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 | 鈞帙Θ | 111001111110000010011011111000111000001110100110 | e7e09be383a6 |
EUC-JP | 鈞帙Θ | 111011101110001011010110111001011010011010101000 | eee2d6e5a6a8 |
UTF-8 | 鈞帙Θ | 1110100110001000100111101110010110111000100110011100111010011000 | e9889ee5b899ce98 |
UHC | 鈞帙Θ | 110100001011011111110010111011011010010111001000 | d0b7f2eda5c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)