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 | 髴門廠 | 111010011001110010010110111001011000111110110001 | e99c96e58fb1 |
EUC-JP | 髴門廠 | 111100011111110011001100111001111011111010110011 | f1fccce7beb3 |
UTF-8 | 髴門廠 | 111010011010101110110100111010011001011010000000111001011011101110100000 | e9abb4e99680e5bba0 |
UHC | ?門廠 | 0011111111011010101001101111001111011111 | 3fdaa6f3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)