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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蕭怨鹿 | 111001010100101010001001100001011000111010101101 | e54a89858ead |
EUC-JP | 蕭怨鹿 | 111010011010101110110001111001011011110010101111 | e9abb1e5bcaf |
UTF-8 | 蕭怨鹿 | 111010001001010110101101111001101000000010101000111010011011100110111111 | e895ade680a8e9b9bf |
UHC | 蕭怨鹿 | 111000011100101111101010101100111101011011100011 | e1cbeab3d6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)