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 | 11100011101100101000001110000110100010101010001101000010 | e3b283868aa342 |
EUC-JP | 羇ユ乾B | 11100110101101001010010111100110101101001010010101000010 | e6b4a5e6b4a542 |
UTF-8 | 羇ユ乾B | 11100111101111101000011111100011100000111010011011100100101110011011111001000010 | e7be87e383a6e4b9be42 |
UHC | ?ユ乾B | 001111111010101111100110110010111110101101000010 | 3fabe6cbeb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)