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 | 飮??^ | 1001111101011010001111110011111101011110 | 9f5a3f3f5e |
EUC-JP | 飮??^ | 1101110110111011001111110011111101011110 | ddbb3f3f5e |
UTF-8 | 飮욃뜥^ | 11101001101000111010111011101100100110101000001111101011100111001010010101011110 | e9a3aeec9a83eb9ca55e |
UHC | 飮욃뜥^ | 11101011111001101001111011100101100011011010100001011110 | ebe69ee58da85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)