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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | 堉??^ | 100011111011011111111101001111110011111101011110 | 8fb7fd3f3f5e |
UTF-8 | 堉딅펺^ | 11100101101000001000100111101011100101001000010111101101100011101011101001011110 | e5a089eb9485ed8eba5e |
UHC | 堉딅펺^ | 11101011101111001000101011101011101111001000101001011110 | ebbc8aebbc8a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)