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 | ??M??MB | 00111111001111110100110100111111001111110100110101000010 | 3f3f4d3f3f4d42 |
| SJIS-WIN | 樽卒M樽卒MB | 1001001001001101100100011011001001001101100100100100110110010001101100100100110101000010 | 924d91b24d924d91b24d42 |
| EUC-JP | 樽卒M樽卒MB | 1100001110101110110000101011010001001101110000111010111011000010101101000100110101000010 | c3aec2b44dc3aec2b44d42 |
| UTF-8 | 樽卒M樽卒MB | 111001101010100010111101111001011000110110010010010011011110011010101000101111011110010110001101100100100100110101000010 | e6a8bde58d924de6a8bde58d924d42 |
| UHC | 樽卒M樽卒MB | 1111000111011100111100001110111101001101111100011101110011110000111011110100110101000010 | f1dcf0ef4df1dcf0ef4d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)