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 | 擦譬? | 1000111001000011111001101010000000111111 | 8e43e6a03f |
EUC-JP | 擦譬? | 1011101110100100111011001010001000111111 | bba4eca23f |
UTF-8 | 擦譬렘 | 111001101001001110100110111010001010110110101100111010111010000010011000 | e693a6e8adaceba098 |
UHC | 擦譬렘 | 111100111100110111011110101001111011011110111101 | f3cddea7b7bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)