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 | ¡GB | 100100011010000110010001101011011001000110011111100100100100011101000010 | 91a191ad919f924742 |
SJIS-WIN | ???????GB | 001111110011111100111111001111110011111100111111001111110100011101000010 | 3f3f3f3f3f3f3f4742 |
EUC-JP | ?¡?????GB | 0011111110001111101000101100001000111111001111110011111100111111001111110100011101000010 | 3f8fa2c23f3f3f3f3f4742 |
UTF-8 | ¡GB | 11000010100100011100001010100001110000101001000111000010101011011100001010010001110000101001111111000010100100100100011101000010 | c291c2a1c291c2adc291c29fc2924742 |
UHC | ?¡????GB | 0011111110100010101011100011111110100001101010010011111100111111001111110100011101000010 | 3fa2ae3fa1a93f3f3f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)