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 | ??mz??mzB | 001111110011111101101101011110100011111100111111011011010111101001000010 | 3f3f6d7a3f3f6d7a42 |
SJIS-WIN | ?賞mz?賞mzB | 0011111110001111110111000110110101111010001111111000111111011100011011010111101001000010 | 3f8fdc6d7a3f8fdc6d7a42 |
EUC-JP | ?賞mz?賞mzB | 0011111110111110110111100110110101111010001111111011111011011110011011010111101001000010 | 3fbede6d7a3fbede6d7a42 |
UTF-8 | 잢賞mz잢賞mzB | 1110110010011110101000101110100010110011100111100110110101111010111011001001111010100010111010001011001110011110011011010111101001000010 | ec9ea2e8b39e6d7aec9ea2e8b39e6d7a42 |
UHC | 잢賞mz잢賞mzB | 10011111111100011101111111011011011011010111101010011111111100011101111111011011011011010111101001000010 | 9ff1dfdb6d7a9ff1dfdb6d7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)