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 | 錫鋤 | 10001110111000001000111110011011 | 8ee08f9b |
EUC-JP | 錫鋤 | 10111100111000101011110111111011 | bce2bdfb |
UTF-8 | 錫鋤 | 111010011000110010101011111010011000101110100100 | e98cabe98ba4 |
UHC | 錫鋤 | 11100000101110001110000010100111 | e0b8e0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)