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 | ???m?X | 001111110011111100111111011011010011111101011000 | 3f3f3f6d3f58 |
SJIS-WIN | ???m?X | 001111110011111100111111011011010011111101011000 | 3f3f3f6d3f58 |
EUC-JP | ???m?X | 001111110011111100111111011011010011111101011000 | 3f3f3f6d3f58 |
UTF-8 | 혪짙챗m혴X | 1110110110011000101010101110110010100111100110011110110010110001100101110110110111101101100110001011010001011000 | ed98aaeca799ecb1976ded98b458 |
UHC | 혪짙챗m혴X | 11000010100100101100001010100011110000111010101001101101110000101001101101011000 | c292c2a3c3aa6dc29b58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)