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 | Ö¹à³^ | 10001110110101101000111010111001111000001011001101011110 | 8ed68eb9e0b35e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?Ö??à?^ | 0011111110001111101010101101001100111111001111111000111110101011101000100011111101011110 | 3f8faad33f3f8faba23f5e |
UTF-8 | Ö¹à³^ | 11000010100011101100001110010110110000101000111011000010101110011100001110100000110000101011001101011110 | c28ec396c28ec2b9c3a0c2b35e |
UHC | ???¹?³^ | 001111110011111100111111101010011111011000111111101010011111100001011110 | 3f3f3fa9f63fa9f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)