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 | £êmX | 100100101010001111101010011011011001101101011000 | 92a3ea6d9b58 |
SJIS-WIN | ?£?m?X | 00111111100000011001001000111111011011010011111101011000 | 3f81923f6d3f58 |
EUC-JP | ?£êm?X | 001111111010000111110010100011111010101110110100011011010011111101011000 | 3fa1f28fabb46d3f58 |
UTF-8 | £êmX | 11000010100100101100001010100011110000111010101001101101110000101001101101011000 | c292c2a3c3aa6dc29b58 |
UHC | ???m?X | 001111110011111100111111011011010011111101011000 | 3f3f3f6d3f58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)