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 | Þ°¼ | 1000111111011110101100001000111010111100 | 8fdeb08ebc |
SJIS-WIN | ??°?? | 001111110011111110000001100010110011111100111111 | 3f3f818b3f3f |
EUC-JP | ?Þ°?? | 0011111110001111101010011011000010100001111010110011111100111111 | 3f8fa9b0a1eb3f3f |
UTF-8 | Þ°¼ | 11000010100011111100001110011110110000101011000011000010100011101100001010111100 | c28fc39ec2b0c28ec2bc |
UHC | ?Þ°?¼ | 0011111110101000101011011010000111000110001111111010100011111001 | 3fa8ada1c63fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)