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 | 邂情枕 | 111001111010111010001111111011101001011010001101 | e7ae8fee968d |
EUC-JP | 邂情枕 | 111011101011000010111110111100001100101111101101 | eeb0bef0cbed |
UTF-8 | 邂情枕 | 111010011000001010000010111001101000001110000101111001101001111010010101 | e98282e68385e69e95 |
UHC | 邂情枕 | 111110101011001111101111110101111111011011010111 | fab3efd7f6d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)