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 | 彗??\ | 1001110001100001001111110011111101011100 | 9c613f3f5c |
EUC-JP | 彗??\ | 1101011111000010001111110011111101011100 | d7c23f3f5c |
UTF-8 | 彗딈뼇\ | 11100101101111011001011111101011100101001000100011101011101111001000011101011100 | e5bd97eb9488ebbc875c |
UHC | 彗딈뼇\ | 11111011101100101000101011101110100101101001000101011100 | fbb28aee96915c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)