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 | 髷」闖取ャ檻 | 11101001100111101010001111101000100011111000111011100110101011001001111101000010 | e99ea3e88f8ee6ac9f42 |
| EUC-JP | 髷」闖取ャ檻 | 111100011111111010001110101000111110111111101111101111001110100010001110101011001101110110100011 | f1fe8ea3efefbce88eacdda3 |
| UTF-8 | 髷」闖取ャ檻 | 111010011010101110110111111011111011110110100011111010011001011110010110111001011000111110010110111011111011110110101100111001101010101010111011 | e9abb7efbda3e99796e58f96efbdace6aabb |
| UHC | ??闖取?檻 | 001111110011111111110111111001101111011010100010001111111111100111100011 | 3f3ff7e6f6a23ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)