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 | ³Þ°¯Ñø | 101100111101111010110000101011111101000111111000 | b3deb0afd1f8 |
SJIS-WIN | ??°??? | 00111111001111111000000110001011001111110011111100111111 | 3f3f818b3f3f3f |
EUC-JP | ?Þ°¯Ñø | 001111111000111110101001101100001010000111101011100011111010001010110100100011111010101011010000100011111010100111001100 | 3f8fa9b0a1eb8fa2b48faad08fa9cc |
UTF-8 | ³Þ°¯Ñø | 110000101011001111000011100111101100001010110000110000101010111111000011100100011100001110111000 | c2b3c39ec2b0c2afc391c3b8 |
UHC | ³Þ°??ø | 10101001111110001010100010101101101000011100011000111111001111111010100110101010 | a9f8a8ada1c63f3fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)