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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 煜 | 111110110101010111110000111110101111000110101100 | fb55f0faf1ac |
EUC-JP | 煜?? | 1000111111001001111111000011111100111111 | 8fc9fc3f3f |
UTF-8 | 煜 | 111001111000010110011100111011101000001010111001111011101000010010100111 | e7859cee82b9ee84a7 |
UHC | 煜?? | 11101001111100100011111100111111 | e9f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)