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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 谿樊オエ^ | 11100110101011101001111011100110101101011011010001011110 | e6ae9ee6b5b45e |
EUC-JP | 谿樊オエ^ | 111011001011000011011100111010001000111010110101100011101011010001011110 | ecb0dce88eb58eb45e |
UTF-8 | 谿樊オエ^ | 11101000101100001011111111100110101010001000101011101111101111011011010111101111101111011011010001011110 | e8b0bfe6a88aefbdb5efbdb45e |
UHC | 谿樊??^ | 11001101101011001101101111100000001111110011111101011110 | cdacdbe03f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)