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 | ???L???LB | 001111110011111100111111010011000011111100111111001111110100110001000010 | 3f3f3f4c3f3f3f4c42 |
| SJIS-WIN | ???L???LB | 001111110011111100111111010011000011111100111111001111110100110001000010 | 3f3f3f4c3f3f3f4c42 |
| EUC-JP | ???L???LB | 001111110011111100111111010011000011111100111111001111110100110001000010 | 3f3f3f4c3f3f3f4c42 |
| UTF-8 | 묰몷뫓L묰몷뫓LB | 111010111010110010110000111010111010101010110111111010111010101110010011010011001110101110101100101100001110101110101010101101111110101110101011100100110100110001000010 | ebacb0ebaab7ebab934cebacb0ebaab7ebab934c42 |
| UHC | 묰몷뫓L묰몷뫓LB | 100100100100011110010001100111111001000110110101010011001001001001000111100100011001111110010001101101010100110001000010 | 9247919f91b54c9247919f91b54c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)