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 | 蝙九Θ | 111001011001111010001011111000111000001110100110 | e59e8be383a6 |
EUC-JP | 蝙九Θ | 111010011111111010110110111001011010011010101000 | e9feb6e5a6a8 |
UTF-8 | 蝙九Θ | 1110100010011101100110011110010010111001100111011100111010011000 | e89d99e4b99dce98 |
UHC | ?九Θ | 0011111111001110111110101010010111001000 | 3fcefaa5c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)