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 | Þ°¼»ý | 100011111101111010110000101111001011101111111101 | 8fdeb0bcbbfd |
SJIS-WIN | ??°??? | 00111111001111111000000110001011001111110011111100111111 | 3f3f818b3f3f3f |
EUC-JP | ?Þ°??ý | 0011111110001111101010011011000010100001111010110011111100111111100011111010101111110010 | 3f8fa9b0a1eb3f3f8fabf2 |
UTF-8 | Þ°¼»ý | 110000101000111111000011100111101100001010110000110000101011110011000010101110111100001110111101 | c28fc39ec2b0c2bcc2bbc3bd |
UHC | ?Þ°¼?? | 001111111010100010101101101000011100011010101000111110010011111100111111 | 3fa8ada1c6a8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)