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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 硝。、燾^ | 10001111110010011010000110100100111110110101101001011110 | 8fc9a1a4fb5a5e |
EUC-JP | 硝。、燾^ | 10111110110010111000111010100001100011101010010010001111110010101011110101011110 | becb8ea18ea48fcabd5e |
UTF-8 | 硝。、燾^ | 11100111101000011001110111101111101111011010000111101111101111011010010011100111100001111011111001011110 | e7a19defbda1efbda4e787be5e |
UHC | 硝??燾^ | 11110101101001100011111100111111110101001010011101011110 | f5a63f3fd4a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)