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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?證恩 | 0011111111100110100110101000100110110110 | 3fe69a89b6 |
EUC-JP | ?證恩 | 0011111111101011111110101011001010111000 | 3febfab2b8 |
UTF-8 | 뤴證恩 | 111010111010010010110100111010001010110110001001111001101000000110101001 | eba4b4e8ad89e681a9 |
UHC | 뤴證恩 | 100011111110001011110001111110111110101111011010 | 8fe2f1fbebda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)