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 | 顆溷沁 | 111010001111011110011111111001011001111110001110 | e8f79fe59f8e |
EUC-JP | 顆溷沁 | 111100001111100111011110111001111101110111101110 | f0f9dee7ddee |
UTF-8 | 顆溷沁 | 111010011010000110000110111001101011101010110111111001101011001010000001 | e9a186e6bab7e6b281 |
UHC | 顆?沁 | 1100111010101000001111111110001111111110 | cea83fe3fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)