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 | Þ°Øñí | 10001111110111101011000010001110110110001111000111101101 | 8fdeb08ed8f1ed |
SJIS-WIN | ??°???? | 0011111100111111100000011000101100111111001111110011111100111111 | 3f3f818b3f3f3f3f |
EUC-JP | ?Þ°?Øñí | 00111111100011111010100110110000101000011110101100111111100011111010100110101100100011111010101111010000100011111010101110111111 | 3f8fa9b0a1eb3f8fa9ac8fabd08fabbf |
UTF-8 | Þ°Øñí | 1100001010001111110000111001111011000010101100001100001010001110110000111001100011000011101100011100001110101101 | c28fc39ec2b0c28ec398c3b1c3ad |
UHC | ?Þ°?Ø?? | 00111111101010001010110110100001110001100011111110101000101010100011111100111111 | 3fa8ada1c63fa8aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)