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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| UTF-8 | 狀뀄렩ㅾ눔 | 111011111010011110111010111010111000000010000100111010111010000010101001111000111000010110111110111010111000100010010100 | efa7baeb8084eba0a9e385beeb8894 |
| UHC | 狀뀄렩ㅾ눔 | 11101101111011101011001011101101100011101011011110100100111011101011010010101110 | edeeb2ed8eb7a4eeb4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)