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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鴉?災??? | 1110100111101011001111111000110111010000001111110011111100111111 | e9eb3f8dd03f3f3f |
EUC-JP | 鴉?災??? | 1111001011101101001111111011101011010010001111110011111100111111 | f2ed3fbad23f3f3f |
UTF-8 | 鴉렍災렖롏렟 | 111010011011010010001001111010111010000010001101111001111000000110111101111010111010000010010110111010111010000110001111111010111010000010011111 | e9b489eba08de781bdeba096eba18feba09f |
UHC | 鴉렍災렖롏렟 | 111001001011110010001110101000111110111010101100100011101010101110001110110101011000111010110000 | e4bc8ea3eeac8eab8ed58eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)