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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ??穎???? | 0011111100111111100010010110111000111111001111110011111100111111 | 3f3f896e3f3f3f3f |
| EUC-JP | ??穎???? | 0011111100111111101100011100111100111111001111110011111100111111 | 3f3fb1cf3f3f3f3f |
| UTF-8 | 뤒뻬穎쫸쨩양칡 | 111010111010010010010010111010111011101110101100111001111010100110001110111011001010101110111000111011001010100010101001111011001001011010010001111011001011100110100001 | eba492ebbbace7a98eecabb8eca8a9ec9691ecb9a1 |
| UHC | 뤒뻬穎쫸쨩양칡 | 1000111111000010101110111011111011100111110001001010011010001111110000101011101110111110111001111100010010100110 | 8fc2bbbee7c4a68fc2bbbee7c4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)