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 | 前?艤? | 100100010100111100111111111001000111111000111111 | 914f3fe47e3f |
| EUC-JP | 前?艤? | 110000011011000000111111111001111101111100111111 | c1b03fe7df3f |
| UTF-8 | 前렋艤렜 | 111001011000100110001101111010111010000010001011111010001000100110100100111010111010000010011100 | e5898deba08be889a4eba09c |
| UHC | 前렋艤렜 | 1110111011110001100011101010001011101011111110101000111010101110 | eef18ea2ebfa8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)