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 | 聳′恩 | 111000111101111010000001100011001000100110110110 | e3de818c89b6 |
EUC-JP | 聳′恩 | 111001101110000010100001111011001011001010111000 | e6e0a1ecb2b8 |
UTF-8 | 聳′恩 | 111010001000000110110011111000101000000010110010111001101000000110101001 | e881b3e280b2e681a9 |
UHC | 聳′恩 | 111010011100011010100001110001111110101111011010 | e9c6a1c7ebda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)