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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ??擁外 | 001111110011111110010111011010011000101001001111 | 3f3f97698a4f |
| EUC-JP | ??擁外 | 001111110011111111001101110010101011001110110000 | 3f3fcdcab3b0 |
| UTF-8 | 롖롇擁外 | 111010111010000110010110111010111010000110000111111001101001001110000001111001011010010010010110 | eba196eba187e69381e5a496 |
| UHC | 롖롇擁外 | 1000111011011010100011101100110111101000101101101110100011100010 | 8eda8ecde8b6e8e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)