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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 咤哺痾齏B | 100110100100001010011010010011011110000101111101111010001110101101000010 | 9a429a4de17de8eb42 |
EUC-JP | 咤哺痾齏B | 110100111010001111010011101011101110000111011110111100001110110101000010 | d3a3d3aee1def0ed42 |
UTF-8 | 咤哺痾齏B | 11100101100100101010010011100101100100111011101011100111100101111011111011101001101111011000111101000010 | e592a4e593bae797bee9bd8f42 |
UHC | 咤哺??B | 11110110111000111111100011010100001111110011111101000010 | f6e3f8d43f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)