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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 處??處??E | 100110010111110000111111001111111001100101111100001111110011111101000101 | 997c3f3f997c3f3f45 |
EUC-JP | 處??處??E | 110100011101110100111111001111111101000111011101001111110011111101000101 | d1dd3f3fd1dd3f3f45 |
UTF-8 | 處롉렭處롉렻E | 11101000100110011001010111101011101000011000100111101011101000001010110111101000100110011001010111101011101000011000100111101011101000001011101101000101 | e89995eba189eba0ade89995eba189eba0bb45 |
UHC | 處롉렭處롉렻E | 11110100101001011000111011001111100011101011101011110100101001011000111011001111100011101100001101000101 | f4a58ecf8ebaf4a58ecf8ec345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)