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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 苒λ?苒λ?B | 1110010010010010100000111100100100111111111001001001001010000011110010010011111101000010 | e49283c93fe49283c93f42 |
| EUC-JP | 苒λ?苒λ?B | 1110011111110010101001101100101100111111111001111111001010100110110010110011111101000010 | e7f2a6cb3fe7f2a6cb3f42 |
| UTF-8 | 苒λ젣苒λ젣B | 1110100010001011100100101100111010111011111011001010000010100011111010001000101110010010110011101011101111101100101000001010001101000010 | e88b92cebbeca0a3e88b92cebbeca0a342 |
| UHC | 苒λ젣苒λ젣B | 11100110111111101010010111101011101000001001110011100110111111101010010111101011101000001001110001000010 | e6fea5eba09ce6fea5eba09c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)