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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?戍序ギ? | 0011111110011100111110011000111110011000100000110100110100111111 | 3f9cf98f98834d3f |
EUC-JP | ?戍序ギ? | 0011111111011000111110111011110111111000101001011010111000111111 | 3fd8fbbdf8a5ae3f |
UTF-8 | 룶戍序ギ룴 | 111010111010001110110110111001101000100010001101111001011011101010001111111000111000001010101110111010111010001110110100 | eba3b6e6888de5ba8fe382aeeba3b4 |
UHC | 룶戍序ギ룴 | 10001111101010111110001010100001110111111110110110101011101011101000111110101001 | 8fabe2a1dfedabae8fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)