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 | ÝÔ¸ê² | 10001111110111011101010010111000111010101000111010110010 | 8fddd4b8ea8eb2 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?ÝÔ¸ê?? | 001111111000111110101010111100101000111110101010110101001000111110100010101100011000111110101011101101000011111100111111 | 3f8faaf28faad48fa2b18fabb43f3f |
UTF-8 | ÝÔ¸ê² | 1100001010001111110000111001110111000011100101001100001010111000110000111010101011000010100011101100001010110010 | c28fc39dc394c2b8c3aac28ec2b2 |
UHC | ???¸??² | 001111110011111100111111101000101010110000111111001111111010100111110111 | 3f3f3fa2ac3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)