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 | 愈經?楮 | 10010110111110101110001101010011001111111001111010111000 | 96fae3533f9eb8 |
EUC-JP | 愈經?楮 | 11001100111111001110010110110100001111111101110010111010 | ccfce5b43fdcba |
UTF-8 | 愈經침楮 | 111001101000010010001000111001111011011010010011111011001011100110101000111001101010010110101110 | e68488e7b693ecb9a8e6a5ae |
UHC | 愈經침楮 | 1110101011101111110011001110100011000100101001111110111010111111 | eaefcce8c4a7eebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)