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 | ??嶼坎礪覺 | 00111111001111111001101111010111100110101010101011100001111010001110011001010011 | 3f3f9bd79aaae1e8e653 |
EUC-JP | ??嶼坎礪覺 | 00111111001111111101011011011001110101001010110011100010111010101110101110110100 | 3f3fd6d9d4ace2eaebb4 |
UTF-8 | 롎뤖嶼坎礪覺 | 111010111010000110001110111010111010010010010110111001011011011010111100111001011001110110001110111001111010010010101010111010001010011010111010 | eba18eeba496e5b6bce59d8ee7a4aae8a6ba |
UHC | 롎뤖嶼坎礪覺 | 100011101101010010001111110001101101111111101100110010101110110011010101111011001100101011000110 | 8ed48fc6dfeccaecd5eccac6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)