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 | ??rB | 00111111001111110111001001000010 | 3f3f7242 |
SJIS-WIN | 關シrB | 1110100010010000101111000111001001000010 | e890bc7242 |
EUC-JP | 關シrB | 111011111111000010001110101111000111001001000010 | eff08ebc7242 |
UTF-8 | 關シrB | 1110100110010111100111001110111110111101101111000111001001000010 | e9979cefbdbc7242 |
UHC | 關?rB | 1100111010111100001111110111001001000010 | cebc3f7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)