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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ???凍? | 001111110011111100111111100100111000000000111111 | 3f3f3f93803f |
| EUC-JP | ???凍? | 001111110011111100111111110001011110000000111111 | 3f3f3fc5e03f |
| UTF-8 | 劉ㅺ렩凍렏 | 111011111010011110000111111000111000010110111010111010111010000010101001111001011000011110001101111010111010000010001111 | efa787e385baeba0a9e5878deba08f |
| UHC | 劉ㅺ렩凍렏 | 11101010111001011010010011101010100011101011011111010100110100001000111010100101 | eae5a4ea8eb7d4d08ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)