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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| UTF-8 | 廉뉛푻黎먩튇 | 111011111010011010100010111010111000100110011011111011011001000110111011111011111010011010001001111010111010100010101001111011011000101010000111 | efa6a2eb899bed91bbefa689eba8a9ed8a87 |
| UHC | 廉뉛푻黎먩튇 | 111001101111010110000111111011111011111010000111111001101011000110010000111001101011100110011100 | e6f587efbe87e6b190e6b99c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)