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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 關シ@關シ@B | 111010001001000010111100010000001110100010010000101111000100000001000010 | e890bc40e890bc4042 |
EUC-JP | 關シ@關シ@B | 1110111111110000100011101011110001000000111011111111000010001110101111000100000001000010 | eff08ebc40eff08ebc4042 |
UTF-8 | 關シ@關シ@B | 111010011001011110011100111011111011110110111100010000001110100110010111100111001110111110111101101111000100000001000010 | e9979cefbdbc40e9979cefbdbc4042 |
UHC | 關?@關?@B | 110011101011110000111111010000001100111010111100001111110100000001000010 | cebc3f40cebc3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)