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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陌樓コ。 | 111010001001100110011110111010101011101010100001 | e8999eeabaa1 |
EUC-JP | 陌樓コ。 | 1110111111111001110111001110110010001110101110101000111010100001 | eff9dcec8eba8ea1 |
UTF-8 | 陌樓コ。 | 111010011001100110001100111001101010100010010011111011111011110110111010111011111011110110100001 | e9998ce6a893efbdbaefbda1 |
UHC | 陌樓?? | 110110001110100011010111101001110011111100111111 | d8e8d7a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)