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 | GG@§ | 10010010010001110100011110010010010000001001000110100111 | 924747924091a7 |
SJIS-WIN | ?GG?@?§ | 0011111101000111010001110011111101000000001111111000000110011000 | 3f47473f403f8198 |
EUC-JP | ?GG?@?§ | 0011111101000111010001110011111101000000001111111010000111111000 | 3f47473f403fa1f8 |
UTF-8 | GG@§ | 1100001010010010010001110100011111000010100100100100000011000010100100011100001010100111 | c2924747c29240c291c2a7 |
UHC | ?GG?@?§ | 0011111101000111010001110011111101000000001111111010000111010111 | 3f47473f403fa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)