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 | 10001110101111011110111011100001100011101100111101000010 | 8ebdeee18ecf42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ??îá?ÏB | 00111111001111111000111110101011110000101000111110101011101000010011111110001111101010101100000101000010 | 3f3f8fabc28faba13f8faac142 |
UTF-8 | ½îáÏB | 11000010100011101100001010111101110000111010111011000011101000011100001010001110110000111000111101000010 | c28ec2bdc3aec3a1c28ec38f42 |
UHC | ?½????B | 0011111110101000111101100011111100111111001111110011111101000010 | 3fa8f63f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)