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 | ??????]H | 0011111100111111001111110011111100111111001111110101110101001000 | 3f3f3f3f3f3f5d48 |
SJIS-WIN | 瀞?????]H | 100100111101001000111111001111110011111100111111001111110101110101001000 | 93d23f3f3f3f3f5d48 |
EUC-JP | 瀞?????]H | 110001101101010000111111001111110011111100111111001111110101110101001000 | c6d43f3f3f3f3f5d48 |
UTF-8 | 瀞렱롋뀌렧렚]H | 1110011110000000100111101110101110100000101100011110101110100001100010111110101110000000100011001110101110100000101001111110101110100000100110100101110101001000 | e7809eeba0b1eba18beb808ceba0a7eba09a5d48 |
UHC | 瀞렱롋뀌렧렚]H | 1110111111100111100011101011111010001110110100011011001011101110100011101011011010001110101011010101110101001000 | efe78ebe8ed1b2ee8eb68ead5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)