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 | 瓩燔 | 11100001010000111110000010011000 | e143e098 |
EUC-JP | 瓩燔 | 11100001101001001101111111111000 | e1a4dff8 |
UTF-8 | 瓩燔 | 111001111001001110101001111001111000011110010100 | e793a9e78794 |
UHC | ?燔 | 001111111101101111100010 | 3fdbe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)