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 | ???玲?? | 00111111001111110011111110010111111001100011111100111111 | 3f3f3f97e63f3f |
| EUC-JP | ???玲?? | 00111111001111110011111111001110111010000011111100111111 | 3f3f3fcee83f3f |
| UTF-8 | 렱뤰탮玲씔쬋 | 111010111010000010110001111010111010010010110000111011011000001110101110111001111000111010110010111011001001010010010100111011001010110010001011 | eba0b1eba4b0ed83aee78eb2ec9494ecac8b |
| UHC | 렱뤰탮玲씔쬋 | 100011101011111010001111110111101011010110001110110101101011110010111110101111001010011101000001 | 8ebe8fdeb58ed6bcbebca741 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)