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 | 楢??^ | 1001001111101000001111110011111101011110 | 93e83f3f5e |
EUC-JP | 楢??^ | 1100011011101010001111110011111101011110 | c6ea3f3f5e |
UTF-8 | 楢쇱럺^ | 11100110101001011010001011101100100001111011000111101011100111111011101001011110 | e6a5a2ec87b1eb9fba5e |
UHC | 楢쇱럺^ | 11101010111110011011110011101100100011101001100101011110 | eaf9bcec8e995e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)