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 | 壹悛壹簓^ | 100110101110001110011100101000001001101011100011111000101100011101011110 | 9ae39ca09ae3e2c75e |
EUC-JP | 壹悛壹簓^ | 110101001110010111011000101000101101010011100101111001001100100101011110 | d4e5d8a2d4e5e4c95e |
UTF-8 | 壹悛壹簓^ | 11100101101000111011100111100110100000101001101111100101101000111011100111100111101100001001001101011110 | e5a3b9e6829be5a3b9e7b0935e |
UHC | 壹悛壹?^ | 1110110011101100111011101111100111101100111011000011111101011110 | ececeef9ecec3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)