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 | 豸憩豸碁カコ | 11100110101101101000110001100101111001101011011010001100111010011011011010111010 | e6b68c65e6b68ce9b6ba |
EUC-JP | 豸憩豸碁カコ | 111011001011100010110111110001101110110010111000101110001110101110001110101101101000111010111010 | ecb8b7c6ecb8b8eb8eb68eba |
UTF-8 | 豸憩豸碁カコ | 111010001011000110111000111001101000011010101001111010001011000110111000111001111010001010000001111011111011110110110110111011111011110110111010 | e8b1b8e686a9e8b1b8e7a281efbdb6efbdba |
UHC | ?憩?碁?? | 0011111111001100101010000011111111010001101100110011111100111111 | 3fcca83fd1b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)