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 | ???班? | 001111110011111100111111100101001100011100111111 | 3f3f3f94c73f |
EUC-JP | ???班熢 | 0011111100111111001111111100100011001001100011111100101010101011 | 3f3f3fc8c98fcaab |
UTF-8 | 롙롘뤾班熢 | 111010111010000110011001111010111010000110011000111010111010010010111110111001111000111110101101111001111000011010100010 | eba199eba198eba4bee78fade786a2 |
UHC | 롙롘뤾班熢 | 10001110110111011000111011011100100011111110101011011010111011001101110011101100 | 8edd8edc8feadaecdcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)