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 | 熊攪? | 1000110001000110100111011001100000111111 | 8c469d983f |
EUC-JP | 熊攪? | 1011011110100111110110011111100000111111 | b7a7d9f83f |
UTF-8 | 熊攪렱 | 111001111000011010001010111001101001010010101010111010111010000010110001 | e7868ae694aaeba0b1 |
UHC | 熊攪렱 | 111010101010100011001110111001101000111010111110 | eaa8cee68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)