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 | ???t | 00111111001111110011111101110100 | 3f3f3f74 |
SJIS-WIN | 學耆儔t | 10011011011110111110001111001011100110010101000101110100 | 9b7be3cb995174 |
EUC-JP | 學耆儔t | 11010101110111001110011011001101110100011011001001110100 | d5dce6cdd1b274 |
UTF-8 | 學耆儔t | 11100101101011011011100011101000100000001000011011100101100001001001010001110100 | e5adb8e88086e5849474 |
UHC | 學耆?t | 111110011100101011010001101111010011111101110100 | f9cad1bd3f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)