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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 關ャ髴夂ィョ | 111010001001000010101100111010011001110010011010111001111010100010101110 | e890ace99c9ae7a8ae |
| EUC-JP | 關ャ髴夂ィョ | 111011111111000010001110101011001111000111111100110101001110100110001110101010001000111010101110 | eff08eacf1fcd4e98ea88eae |
| UTF-8 | 關ャ髴夂ィョ | 111010011001011110011100111011111011110110101100111010011010101110110100111001011010010010000010111011111011110110101000111011111011110110101110 | e9979cefbdace9abb4e5a482efbda8efbdae |
| UHC | 關????? | 11001110101111000011111100111111001111110011111100111111 | cebc3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)