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 | 癲??靭?∀ | 111000011001111100111111001111111001000001111000001111111000000111001101 | e19f3f3f90783f81cd |
EUC-JP | 癲??靭?∀ | 111000101010000100111111001111111011111111011001001111111010001011001111 | e2a13f3fbfd93fa2cf |
UTF-8 | 癲삳뀪靭뚨∀ | 111001111001100110110010111011001000001010110011111010111000000010101010111010011001110110101101111010111001101010101000111000101000100010000000 | e799b2ec82b3eb80aae99dadeb9aa8e28880 |
UHC | 癲삳뀪靭뚨∀ | 111011111010011010111011111010111000010110100000111011001110010110001100111001111010001010100011 | efa6bbeb85a0ece58ce7a2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)