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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 憶ユ?B | 100010011010111110000011100001100011111101000010 | 89af83863f42 |
EUC-JP | 憶ユ?B | 101100101011000110100101111001100011111101000010 | b2b1a5e63f42 |
UTF-8 | 憶ユ뀵B | 11100110100001101011011011100011100000111010011011101011100000001011010101000010 | e686b6e383a6eb80b542 |
UHC | 憶ユ뀵B | 11100101111000111010101111100110100001011010101101000010 | e5e3abe685ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)