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 | ??h??k | 001111110011111101101000001111110011111101101011 | 3f3f683f3f6b |
SJIS-WIN | 罩鴃h罩鴃k | 11100011101010111110100111101110011010001110001110101011111010011110111001101011 | e3abe9ee68e3abe9ee6b |
EUC-JP | 罩鴃h罩鴃k | 11100110101011011111001011110000011010001110011010101101111100101111000001101011 | e6adf2f068e6adf2f06b |
UTF-8 | 罩鴃h罩鴃k | 1110011110111101101010011110100110110100100000110110100011100111101111011010100111101001101101001000001101101011 | e7bda9e9b48368e7bda9e9b4836b |
UHC | ??h??k | 001111110011111101101000001111110011111101101011 | 3f3f683f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)