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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 隘??隘?『^ | 11101000101001010011111100111111111010001010010100111111100000010111011101011110 | e8a53f3fe8a53f81775e |
EUC-JP | 隘??隘?『^ | 11110000101001110011111100111111111100001010011100111111101000011101100001011110 | f0a73f3ff0a73fa1d85e |
UTF-8 | 隘쀯쮼隘쀧『^ | 11101001100110101001100011101100100000001010111111101100101011101011110011101001100110101001100011101100100000001010011111100011100000001000111001011110 | e99a98ec80afecaebce99a98ec80a7e3808e5e |
UHC | 隘쀯쮼隘쀧『^ | 11100100111101101001011111101111101010001001100011100100111101101001011111100111101000011011101001011110 | e4f697efa898e4f697e7a1ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)