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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 繒詐??祭 | 1111101110001111100011011011110000111111001111111000110111010101 | fb8f8dbc3f3f8dd5 |
EUC-JP | 繒詐??祭 | 100011111101010011010100101110101011111000111111001111111011101011010111 | 8fd4d4babe3f3fbad7 |
UTF-8 | 繒詐렰렮祭 | 111001111011100110010010111010001010100110010000111010111010000010110000111010111010000010101110111001111010010110101101 | e7b992e8a990eba0b0eba0aee7a5ad |
UHC | 繒詐렰렮祭 | 11110001111110011101111011110001100011101011110110001110101110111111000010101110 | f1f9def18ebd8ebbf0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)