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 | 叩多竪 | 100100100100000010010001101111011001001001000111 | 924091bd9247 |
EUC-JP | 叩多竪 | 110000111010000111000010101111111100001110101000 | c3a1c2bfc3a8 |
UTF-8 | 叩多竪 | 111001011000111110101001111001011010010010011010111001111010101110101010 | e58fa9e5a49ae7abaa |
UHC | 叩多竪 | 110011011011000011010010111111011110001010110101 | cdb0d2fde2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)