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 | ×³Ø | 1000111011010111100011111011001111011000 | 8ed78fb3d8 |
SJIS-WIN | ?×??? | 001111111000000101111110001111110011111100111111 | 3f817e3f3f3f |
EUC-JP | ?×??Ø | 0011111110100001110111110011111100111111100011111010100110101100 | 3fa1df3f3f8fa9ac |
UTF-8 | ×³Ø | 11000010100011101100001110010111110000101000111111000010101100111100001110011000 | c28ec397c28fc2b3c398 |
UHC | ?×?³Ø | 0011111110100001101111110011111110101001111110001010100010101010 | 3fa1bf3fa9f8a8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)