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 | @@^ | 100111001000000110011010010000001001110010000001100110100100000001011110 | 9c819a409c819a405e |
SJIS-WIN | ???@???@^ | 001111110011111100111111010000000011111100111111001111110100000001011110 | 3f3f3f403f3f3f405e |
EUC-JP | ???@???@^ | 001111110011111100111111010000000011111100111111001111110100000001011110 | 3f3f3f403f3f3f405e |
UTF-8 | @@^ | 110000101001110011000010100000011100001010011010010000001100001010011100110000101000000111000010100110100100000001011110 | c29cc281c29a40c29cc281c29a405e |
UHC | ???@???@^ | 001111110011111100111111010000000011111100111111001111110100000001011110 | 3f3f3f403f3f3f405e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)