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 | 鉉コ驪 | 1110011111101001101110101110100110001011 | e7e9bae98b |
EUC-JP | 鉉コ驪 | 111011101110101110001110101110101111000111101011 | eeeb8ebaf1eb |
UTF-8 | 鉉コ驪 | 111010011000100110001001111011111011110110111010111010011010100110101010 | e98989efbdbae9a9aa |
UHC | 鉉?驪 | 1111101011101000001111111101010111110001 | fae83fd5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)