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 | 綜?錚?? | 10010001100011100011111111101000010000100011111100111111 | 918e3fe8423f3f |
EUC-JP | 綜?錚?? | 11000001111011100011111111101111101000110011111100111111 | c1ee3fefa33f3f |
UTF-8 | 綜렰錚쟀렫 | 111001111011011010011100111010111010000010110000111010011000110010011010111011001001111110000000111010111010000010101011 | e7b69ceba0b0e98c9aec9f80eba0ab |
UHC | 綜렰錚쟀렫 | 11110000111111001000111010111101111011101011011011000000111011101000111010111001 | f0fc8ebdeeb6c0ee8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)