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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鏃?帝耕 | 11101000010101100011111110010010111010011000110101101011 | e8563f92e98d6b |
EUC-JP | 鏃?帝耕 | 11101111101101110011111111000100111010111011100111001100 | efb73fc4ebb9cc |
UTF-8 | 鏃렦帝耕 | 111010011000111110000011111010111010000010100110111001011011100010011101111010001000000010010101 | e98f83eba0a6e5b89de88095 |
UHC | 鏃렦帝耕 | 1111000011101100100011101011010111110000101010001100110011101001 | f0ec8eb5f0a8cce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)