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îæ» | 111110110100001010011101111011101110011010111011 | fb429deee6bb |
SJIS-WIN | ?B???? | 001111110100001000111111001111110011111100111111 | 3f423f3f3f3f |
EUC-JP | ûB?îæ? | 100011111010101111100101010000100011111110001111101010111100001010001111101010011100000100111111 | 8fabe5423f8fabc28fa9c13f |
UTF-8 | ûBîæ» | 1100001110111011010000101100001010011101110000111010111011000011101001101100001010111011 | c3bb42c29dc3aec3a6c2bb |
UHC | ?B??æ? | 00111111010000100011111100111111101010011010000100111111 | 3f423f3fa9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)