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 | ?德?? | 0011111111111010101110100011111100111111 | 3ffaba3f3f |
| EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| UTF-8 | 뤯德찡ㅱ | 111010111010010010101111111001011011111010110111111011001011000010100001111000111000010110110001 | eba4afe5beb7ecb0a1e385b1 |
| UHC | 뤯德찡ㅱ | 1000111111011101110100111110110011000010111101001010010011100001 | 8fddd3ecc2f4a4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)