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 | 11100011101011101000001011100101100010010100001101000010 | e3ae82e5894342 |
EUC-JP | 羂ょ韻B | 11100110101100001010010011100111101100011010010001000010 | e6b0a4e7b1a442 |
UTF-8 | 羂ょ韻B | 11100111101111101000001011100011100000101000011111101001100111111011101101000010 | e7be82e38287e99fbb42 |
UHC | ?ょ韻B | 001111111010101011100111111010101010010001000010 | 3faae7eaa442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)