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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝟顔寮 | 111001011001011010001010111001111001011110111110 | e5968ae797be |
EUC-JP | 蝟顔寮 | 111010011111011010110100111010011100111011000000 | e9f6b4e9cec0 |
UTF-8 | 蝟顔寮 | 111010001001110110011111111010011010000110010100111001011010111110101110 | e89d9fe9a194e5afae |
UHC | 蝟顔寮 | 111010101101101011100100110101001101011011110111 | eadae4d4d6f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)