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 | ?繕 | 001111111001000101010101 | 3f9155 |
EUC-JP | 詵繕 | 1000111111011101111001111100000110110110 | 8fdde7c1b6 |
UTF-8 | 詵繕 | 111010001010100110110101111001111011100110010101 | e8a9b5e7b995 |
UHC | 詵繕 | 11100000110100101110000011001011 | e0d2e0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)