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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 蟇倡明}B | 1110010110101111100110001110011110010110101111100111110101000010 | e5af98e796be7d42 |
EUC-JP | 蟇倡明}B | 1110101010110001110100001110100111001100110000000111110101000010 | eab1d0e9ccc07d42 |
UTF-8 | 蟇倡明}B | 1110100010011111100001111110010110000000101000011110011010011000100011100111110101000010 | e89f87e580a1e6988e7d42 |
UHC | ?倡明}B | 00111111111100111101101111011001101001010111110101000010 | 3ff3dbd9a57d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)