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 | 1110010010111101100001100110110101111010111001001011110110000110011011010111101001000010 | e4bd866d7ae4bd866d7a42 |
SJIS-WIN | ???mz???mzB | 0011111100111111001111110110110101111010001111110011111100111111011011010111101001000010 | 3f3f3f6d7a3f3f3f6d7a42 |
EUC-JP | ä??mzä??mzB | 100011111010101110100011001111110011111101101101011110101000111110101011101000110011111100111111011011010111101001000010 | 8faba33f3f6d7a8faba33f3f6d7a42 |
UTF-8 | ä½mzä½mzB | 1100001110100100110000101011110111000010100001100110110101111010110000111010010011000010101111011100001010000110011011010111101001000010 | c3a4c2bdc2866d7ac3a4c2bdc2866d7a42 |
UHC | ?½?mz?½?mzB | 00111111101010001111011000111111011011010111101000111111101010001111011000111111011011010111101001000010 | 3fa8f63f6d7a3fa8f63f6d7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)