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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 怐竟\ | 1001110010000001111010001110110101011100 | 9c81e8ed5c |
EUC-JP | 怐竟\ | 1101011111100001111100001110111101011100 | d7e1f0ef5c |
UTF-8 | 怐竟\ | 11100110100000001001000011100111101010111001111101011100 | e68090e7ab9f5c |
UHC | ?竟\ | 00111111110011001110010101011100 | 3fcce55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)