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 | 正祠??樗? | 100100001011001111100010010010110011111100111111100100101001010000111111 | 90b3e24b3f3f92943f |
EUC-JP | 正祠??樗? | 110000001011010111100011101011000011111100111111110000111111010000111111 | c0b5e3ac3f3fc3f43f |
UTF-8 | 正祠렭렖樗렡 | 111001101010110110100011111001111010010110100000111010111010000010101101111010111010000010010110111001101010100010010111111010111010000010100001 | e6ada3e7a5a0eba0adeba096e6a897eba0a1 |
UHC | 正祠렭렖樗렡 | 111011111110000111011110111001101000111010111010100011101010101111101110110000001000111010110010 | efe1dee68eba8eabeec08eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)