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 | 11101000110111111001110011100110100010111000010101000010 | e8df9ce68b8542 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | èß?æ??B | 10001111101010111011001010001111101010011100111000111111100011111010100111000001001111110011111101000010 | 8fabb28fa9ce3f8fa9c13f3f42 |
UTF-8 | èßæ B | 11000011101010001100001110011111110000101001110011000011101001101100001010001011110000101000010101000010 | c3a8c39fc29cc3a6c28bc28542 |
UHC | ?ß?æ??B | 001111111010100110101100001111111010100110100001001111110011111101000010 | 3fa9ac3fa9a13f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)