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 | 陵皎 | 10010111110010111110000110100111 | 97cbe1a7 |
EUC-JP | 陵皎 | 11001110110011011110001010101001 | cecde2a9 |
UTF-8 | 陵皎 | 111010011001100110110101111001111001101010001110 | e999b5e79a8e |
UHC | 陵皎 | 11010111110101011100111011101011 | d7d5ceeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)