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 | ???畔衛衙 | 001111110011111100111111100101001100100010001001011100011110010111001001 | 3f3f3f94c88971e5c9 |
EUC-JP | ???畔衛衙 | 001111110011111100111111110010001100101010110001110100101110101011001011 | 3f3f3fc8cab1d2eacb |
UTF-8 | 롙롘뤾畔衛衙 | 111010111010000110011001111010111010000110011000111010111010010010111110111001111001010110010100111010001010000110011011111010001010000110011001 | eba199eba198eba4bee79594e8a19be8a199 |
UHC | 롙롘뤾畔衛衙 | 100011101101110110001110110111001000111111101010110110101110110111101010110110111110010010110111 | 8edd8edc8feadaedeadbe4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)