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 | ä¿¡ë´ | 111001001011111110100001111010111000111010110100 | e4bfa1eb8eb4 |
SJIS-WIN | ?????´ | 00111111001111110011111100111111001111111000000101001100 | 3f3f3f3f3f814c |
EUC-JP | ä¿¡ë?´ | 100011111010101110100011100011111010001011000100100011111010001011000010100011111010101110110011001111111010000110101101 | 8faba38fa2c48fa2c28fabb33fa1ad |
UTF-8 | ä¿¡ë´ | 110000111010010011000010101111111100001010100001110000111010101111000010100011101100001010110100 | c3a4c2bfc2a1c3abc28ec2b4 |
UHC | ?¿¡??´ | 001111111010001010101111101000101010111000111111001111111010001010100101 | 3fa2afa2ae3f3fa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)