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 | ス聚 | 1011110111100011110110101111000010111101 | bde3daf0bd |
EUC-JP | ス聚? | 1000111010111101111001101101110000111111 | 8ebde6dc3f |
UTF-8 | ス聚 | 111011111011110110111101111010001000000110011010111011101000000110111100 | efbdbde8819aee81bc |
UHC | ?聚? | 00111111111101101010100100111111 | 3ff6a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)