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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 倚經?楮 | 10011000110111111110001101010011001111111001111010111000 | 98dfe3533f9eb8 |
EUC-JP | 倚經?楮 | 11010000111000011110010110110100001111111101110010111010 | d0e1e5b43fdcba |
UTF-8 | 倚經침楮 | 111001011000000010011010111001111011011010010011111011001011100110101000111001101010010110101110 | e5809ae7b693ecb9a8e6a5ae |
UHC | 倚經침楮 | 1110101111101111110011001110100011000100101001111110111010111111 | ebefcce8c4a7eebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)