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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 奬??^ | 1001101011111011001111110011111101011110 | 9afb3f3f5e |
EUC-JP | 奬??^ | 1101010011111101001111110011111101011110 | d4fd3f3f5e |
UTF-8 | 奬면떻^ | 11100101101001011010110011101011101010011011010011101011100101101011101101011110 | e5a5aceba9b4eb96bb5e |
UHC | 奬면떻^ | 11101101111000011011100011101001101101101011101101011110 | ede1b8e9b6bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)