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 | 脩iΘ | 111000111111100110000010100010011000001110100110 | e3f9828983a6 |
EUC-JP | 脩iΘ | 111001101111101110100011111010011010011010101000 | e6fba3e9a6a8 |
UTF-8 | 脩iΘ | 1110100010000100101010011110111110111101100010011100111010011000 | e884a9efbd89ce98 |
UHC | 脩iΘ | 111000101011101110100011111010011010010111001000 | e2bba3e9a5c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)