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 | 讌殊Ъ | 111001101010010110001110111010101000010001011011 | e6a58eea845b |
EUC-JP | 讌殊Ъ | 111011001010011110111100111011001010011110111100 | eca7bceca7bc |
UTF-8 | 讌殊Ъ | 1110100010101110100011001110011010101110100010101101000010101010 | e8ae8ce6ae8ad0aa |
UHC | ?殊Ъ | 0011111111100010101010001010110010111100 | 3fe2a8acbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)