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 | ???r{d | 001111110011111100111111011100100111101101100100 | 3f3f3f727b64 |
SJIS-WIN | 帳??r{d | 10010010101000000011111100111111011100100111101101100100 | 92a03f3f727b64 |
EUC-JP | 帳??r{d | 11000100101000100011111100111111011100100111101101100100 | c4a23f3f727b64 |
UTF-8 | 帳녔굢r{d | 111001011011100010110011111010111000010110010100111010101011010110100010011100100111101101100100 | e5b8b3eb8594eab5a2727b64 |
UHC | 帳녔굢r{d | 111011011110001110110011111001101000001010001001011100100111101101100100 | ede3b3e68289727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)