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¿Å | 11111011010000101011111111000101 | fb42bfc5 |
SJIS-WIN | ?B?? | 00111111010000100011111100111111 | 3f423f3f |
EUC-JP | ûB¿Å | 10001111101010111110010101000010100011111010001011000100100011111010101010101001 | 8fabe5428fa2c48faaa9 |
UTF-8 | ûB¿Å | 11000011101110110100001011000010101111111100001110000101 | c3bb42c2bfc385 |
UHC | ?B¿? | 0011111101000010101000101010111100111111 | 3f42a2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)