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 | Þ°Ã | 100011111101111010110000100011101100001110001110 | 8fdeb08ec38e |
SJIS-WIN | ??°??? | 00111111001111111000000110001011001111110011111100111111 | 3f3f818b3f3f3f |
EUC-JP | ?Þ°?Ã? | 0011111110001111101010011011000010100001111010110011111110001111101010101010101000111111 | 3f8fa9b0a1eb3f8faaaa3f |
UTF-8 | Þ°Ã | 110000101000111111000011100111101100001010110000110000101000111011000011100000111100001010001110 | c28fc39ec2b0c28ec383c28e |
UHC | ?Þ°??? | 0011111110101000101011011010000111000110001111110011111100111111 | 3fa8ada1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)