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 | ???d | 00111111001111110011111101100100 | 3f3f3f64 |
SJIS-WIN | 湘ニd | 100011111100001111110011101100001100011001100100 | 8fc3f3b0c664 |
EUC-JP | 湘?ニd | 101111101100010100111111100011101100011001100100 | bec53f8ec664 |
UTF-8 | 湘ニd | 11100110101110011001100011101110100010101010001111101111101111101000011001100100 | e6b998ee8aa3efbe8664 |
UHC | 湘??d | 1101111111001111001111110011111101100100 | dfcf3f3f64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)