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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蓚畩蓚畩^ | 111001001110100111100001010111011110010011101001111000010101110101011110 | e4e9e15de4e9e15d5e |
EUC-JP | 蓚畩蓚畩^ | 111010001110101111100001101111101110100011101011111000011011111001011110 | e8ebe1bee8ebe1be5e |
UTF-8 | 蓚畩蓚畩^ | 11101000100100111001101011100111100101011010100111101000100100111001101011100111100101011010100101011110 | e8939ae795a9e8939ae795a95e |
UHC | 蓚?蓚?^ | 11100010101111100011111111100010101111100011111101011110 | e2be3fe2be3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)