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 | 讓ス蜊呈ィス | 111001101010100010111101111001011000110110010010111001101010100010111101 | e6a8bde58d92e6a8bd |
| EUC-JP | 讓ス蜊呈ィス | 111011001010101010001110101111011110100111101101110001001110100010001110101010001000111010111101 | ecaa8ebde9edc4e88ea88ebd |
| UTF-8 | 讓ス蜊呈ィス | 111010001010111010010011111011111011110110111101111010001001110010001010111001011001000110001000111011111011110110101000111011111011110110111101 | e8ae93efbdbde89c8ae59188efbda8efbdbd |
| UHC | 讓??呈?? | 1110010111010011001111110011111111101111110100000011111100111111 | e5d33f3fefd03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)