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 | 節??辱ヨ? | 100100001101111100111111001111111001000001001010100000111000100000111111 | 90df3f3f904a83883f |
| EUC-JP | 節??辱ヨ? | 110000001110000100111111001111111011111110101011101001011110100000111111 | c0e13f3fbfaba5e83f |
| UTF-8 | 節쇽푶辱ヨ뒡 | 111001111010111110000000111011001000011110111101111011011001000110110110111010001011111010110001111000111000001110101000111010111001001010100001 | e7af80ec87bded91b6e8beb1e383a8eb92a1 |
| UHC | 節쇽푶辱ヨ뒡 | 111011111011110110111100111011111011111010000100111010011011010010101011111010001000101010011101 | efbdbcefbe84e9b4abe88a9d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)