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 | ûÒÈê« | 111110111101001011001000111010101000111010101011 | fbd2c8ea8eab |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ûÒÈê?? | 1000111110101011111001011000111110101010110100101000111110101010101100101000111110101011101101000011111100111111 | 8fabe58faad28faab28fabb43f3f |
UTF-8 | ûÒÈê« | 110000111011101111000011100100101100001110001000110000111010101011000010100011101100001010101011 | c3bbc392c388c3aac28ec2ab |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)