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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 衙徇衙徇B | 111001011100100110011100011011011110010111001001100111000110110101000010 | e5c99c6de5c99c6d42 |
EUC-JP | 衙徇衙徇B | 111010101100101111010111110011101110101011001011110101111100111001000010 | eacbd7ceeacbd7ce42 |
UTF-8 | 衙徇衙徇B | 11101000101000011001100111100101101111101000011111101000101000011001100111100101101111101000011101000010 | e8a199e5be87e8a199e5be8742 |
UHC | 衙徇衙徇B | 111001001011011111100010110111111110010010110111111000101101111101000010 | e4b7e2dfe4b7e2df42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)