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 | ???班?閥 | 0011111100111111001111111001010011000111001111111001010010110100 | 3f3f3f94c73f94b4 |
EUC-JP | ???班熢閥 | 00111111001111110011111111001000110010011000111111001010101010111100100010110110 | 3f3f3fc8c98fcaabc8b6 |
UTF-8 | 롙롘뤾班熢閥 | 111010111010000110011001111010111010000110011000111010111010010010111110111001111000111110101101111001111000011010100010111010011001011010100101 | eba199eba198eba4bee78fade786a2e996a5 |
UHC | 롙롘뤾班熢閥 | 100011101101110110001110110111001000111111101010110110101110110011011100111011001101101111101100 | 8edd8edc8feadaecdcecdbec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)