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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | ?饒?饒B | 00111111111010010110000000111111111010010110000001000010 | 3fe9603fe96042 |
| EUC-JP | ?饒?饒B | 00111111111100011100000100111111111100011100000101000010 | 3ff1c13ff1c142 |
| UTF-8 | 뢔饒뢔饒B | 11101011101000101001010011101001101001011001001011101011101000101001010011101001101001011001001001000010 | eba294e9a592eba294e9a59242 |
| UHC | 뢔饒뢔饒B | 100011110100111111101001101011101000111101001111111010011010111001000010 | 8f4fe9ae8f4fe9ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)