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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 第?甄以?^ | 100100011110011000111111111000010100101010001000110010000011111101011110 | 91e63fe14a88c83f5e |
EUC-JP | 第?甄以?^ | 110000101110100000111111111000011010101110110000110010100011111101011110 | c2e83fe1abb0ca3f5e |
UTF-8 | 第얗甄以렦^ | 11100111101011001010110011101100100101101001011111100111100101001000010011100100101110111010010111101011101000001010011001011110 | e7acacec9697e79484e4bba5eba0a65e |
UHC | 第얗甄以렦^ | 1111000010101111101111101110100111001100101101001110110010100100100011101011010101011110 | f0afbee9ccb4eca48eb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)