To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 意????? | 10001000110100110011111100111111001111110011111100111111 | 88d33f3f3f3f3f |
EUC-JP | 意????? | 10110000110101010011111100111111001111110011111100111111 | b0d53f3f3f3f3f |
UTF-8 | 意곫만溜믩젷 | 111001101000010010001111111010101011001110101011111010111010011110001100111011111010011110001011111010111010111110101001111011001010000010110111 | e6848feab3abeba78cefa78bebafa9eca0b7 |
UHC | 意곫만溜믩젷 | 111010111111001010000001111001101011100010111000111010101111111010010010111010111010000010101011 | ebf281e6b8b8eafe92eba0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)