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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 錠? | 100011111111100100111111 | 8ff93f |
EUC-JP | 錠? | 101111101111101100111111 | befb3f |
UTF-8 | 錠렲 | 111010011000110010100000111010111010000010110010 | e98ca0eba0b2 |
UHC | 錠렲 | 11101111111111001000111010111111 | effc8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)