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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 嚥??嚥??^ | 100110101000101100111111001111111001101010001011001111110011111101011110 | 9a8b3f3f9a8b3f3f5e |
EUC-JP | 嚥??嚥??^ | 110100111110101100111111001111111101001111101011001111110011111101011110 | d3eb3f3fd3eb3f3f5e |
UTF-8 | 嚥잆럩嚥잆럧^ | 11100101100110101010010111101100100111101000011011101011100111111010100111100101100110101010010111101100100111101000011011101011100111111010011101011110 | e59aa5ec9e86eb9fa9e59aa5ec9e86eb9fa75e |
UHC | 嚥잆럩嚥잆럧^ | 11100110101111111001111111100011100011101000110011100110101111111001111111100011100011101000101001011110 | e6bf9fe38e8ce6bf9fe38e8a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)