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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 羮級勧}B | 1110001110111100100010111000100110001010101010010111110101000010 | e3bc8b898aa97d42 |
EUC-JP | 羮級勧}B | 1110011010111110101101011110100110110100101010110111110101000010 | e6beb5e9b4ab7d42 |
UTF-8 | 羮級勧}B | 1110011110111110101011101110011110110100100110101110010110001011101001110111110101000010 | e7beaee7b49ae58ba77d42 |
UHC | ?級?}B | 001111111101000011100100001111110111110101000010 | 3fd0e43f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)