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 | 缸??^ | 1110001110011101001111110011111101011110 | e39d3f3f5e |
EUC-JP | 缸??^ | 1110010111111101001111110011111101011110 | e5fd3f3f5e |
UTF-8 | 缸면떻^ | 11100111101111001011100011101011101010011011010011101011100101101011101101011110 | e7bcb8eba9b4eb96bb5e |
UHC | 缸면떻^ | 11111001111111001011100011101001101101101011101101011110 | f9fcb8e9b6bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)