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 | ?底?? | 0011111110010010111010100011111100111111 | 3f92ea3f3f |
| EUC-JP | ?底?? | 0011111111000100111011000011111100111111 | 3fc4ec3f3f |
| UTF-8 | 뤗底쥬凉 | 111010111010010010010111111001011011101010010101111011001010010110101100111011111010010110111001 | eba497e5ba95eca5acefa5b9 |
| UHC | 뤗底쥬凉 | 1000111111000111111011101011110011000001111010101110010110111100 | 8fc7eebcc1eae5bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)