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 | ò««ðµ | 111100101010101110001110101010111111000010110101 | f2ab8eabf0b5 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ò???ð? | 10001111101010111101001000111111001111110011111110001111101010011100001100111111 | 8fabd23f3f3f8fa9c33f |
UTF-8 | ò««ðµ | 110000111011001011000010101010111100001010001110110000101010101111000011101100001100001010110101 | c3b2c2abc28ec2abc3b0c2b5 |
UHC | ????ð? | 00111111001111110011111100111111101010011010001100111111 | 3f3f3f3fa9a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)