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 | 谿時谿時^ | 111001101010111010001110100111101110011010101110100011101001111001011110 | e6ae8e9ee6ae8e9e5e |
EUC-JP | 谿時谿時^ | 111011001011000010111011111111101110110010110000101110111111111001011110 | ecb0bbfeecb0bbfe5e |
UTF-8 | 谿時谿時^ | 11101000101100001011111111100110100110011000001011101000101100001011111111100110100110011000001001011110 | e8b0bfe69982e8b0bfe699825e |
UHC | 谿時谿時^ | 110011011010110011100011110000011100110110101100111000111100000101011110 | cdace3c1cdace3c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)