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 | 祀蜴 | 11100010010010101110010110001110 | e24ae58e |
EUC-JP | 祀蜴 | 11100011101010111110100111101110 | e3abe9ee |
UTF-8 | 祀蜴 | 111001111010010110000000111010001001110010110100 | e7a580e89cb4 |
UHC | 祀? | 110111101110010100111111 | dee53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)