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 | 筝綬 | 11100010101101101000111011111000 | e2b68ef8 |
EUC-JP | 筝綬 | 11100100101110001011110011111010 | e4b8bcfa |
UTF-8 | 筝綬 | 111001111010110110011101111001111011011010101100 | e7ad9de7b6ac |
UHC | ?綬 | 001111111110001010111000 | 3fe2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)