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 | ò««íá | 111100101010101110001110101010111110110111100001 | f2ab8eabede1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ò???íá | 100011111010101111010010001111110011111100111111100011111010101110111111100011111010101110100001 | 8fabd23f3f3f8fabbf8faba1 |
UTF-8 | ò««íá | 110000111011001011000010101010111100001010001110110000101010101111000011101011011100001110100001 | c3b2c2abc28ec2abc3adc3a1 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)