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 | 雋ゑスォ霓」 | 111010001011001010000010111011111011110110101011111010001011110110100011 | e8b282efbdabe8bda3 |
| EUC-JP | 雋ゑスォ霓」 | 111100001011010010100100111100011000111010111101100011101010101111110000101111111000111010100011 | f0b4a4f18ebd8eabf0bf8ea3 |
| UTF-8 | 雋ゑスォ霓」 | 111010011001101110001011111000111000001010010001111011111011110110111101111011111011110110101011111010011001110010010011111011111011110110100011 | e99b8be38291efbdbdefbdabe99c93efbda3 |
| UHC | 雋ゑ??霓? | 111100011110011010101010111100010011111100111111111001111110011100111111 | f1e6aaf13f3fe7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)