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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?戍踪 | 0011111110011100111110011110011101001000 | 3f9cf9e748 |
EUC-JP | ?戍踪 | 0011111111011000111110111110110110101001 | 3fd8fbeda9 |
UTF-8 | 룶戍踪 | 111010111010001110110110111001101000100010001101111010001011100010101010 | eba3b6e6888de8b8aa |
UHC | 룶戍踪 | 100011111010101111100010101000011111000110100001 | 8fabe2a1f1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)