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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 襭玖弘\ | 11100110010000101000101111101000100011010100111101011100 | e6428be88d4f5c |
EUC-JP | 襭玖弘\ | 11101011101000111011011011101010101110011011000001011100 | eba3b6eab9b05c |
UTF-8 | 襭玖弘\ | 11101000101001011010110111100111100011101001011011100101101111001001100001011100 | e8a5ade78e96e5bc985c |
UHC | ?玖弘\ | 001111111100111110111000111110111111000001011100 | 3fcfb8fbf05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)