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 | ä°Õ¾ | 111001001011000010001110110101011000111010111110 | e4b08ed58ebe |
SJIS-WIN | ?°???? | 00111111100000011000101100111111001111110011111100111111 | 3f818b3f3f3f3f |
EUC-JP | ä°?Õ?? | 1000111110101011101000111010000111101011001111111000111110101010110110000011111100111111 | 8faba3a1eb3f8faad83f3f |
UTF-8 | ä°Õ¾ | 110000111010010011000010101100001100001010001110110000111001010111000010100011101100001010111110 | c3a4c2b0c28ec395c28ec2be |
UHC | ?°???¾ | 0011111110100001110001100011111100111111001111111010100011111010 | 3fa1c63f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)