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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 濟?淫篩? | 1110000001011010001111111000100011111010111000101011111100111111 | e05a3f88fae2bf3f |
EUC-JP | 濟?淫篩? | 1101111110111011001111111011000011111100111001001100000100111111 | dfbb3fb0fce4c13f |
UTF-8 | 濟렊淫篩렍 | 111001101011111110011111111010111010000010001010111001101011011110101011111001111010111110101001111010111010000010001101 | e6bf9feba08ae6b7abe7afa9eba08d |
UHC | 濟렊淫篩렍 | 11110000101011011000111010100001111010111110001011011110111010001000111010100011 | f0ad8ea1ebe2dee88ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)