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 | 倭??椅э? | 100110000110000000111111001111111000100011010110100001001000111100111111 | 98603f3f88d6848f3f |
EUC-JP | 倭??椅э? | 110011111100000100111111001111111011000011011000101001111110111100111111 | cfc13f3fb0d8a7ef3f |
UTF-8 | 倭녾낫椅э㎗ | 1110010110000000101011011110101110000101101111101110101110000010101010111110011010100100100001011101000110001101111000111000111010010111 | e580adeb85beeb82abe6a485d18de38e97 |
UHC | 倭녾낫椅э㎗ | 111010001101111010000110111010101011001110110100111010111111010110101100111011111010011110100011 | e8de86eab3b4ebf5acefa7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)