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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ル踟ツ鵫 | 110110011110011011110111110000101111110001001000 | d9e6f7c2fc48 |
EUC-JP | ル踟ツ鵫 | 100011101101100111101100111110011000111011000010100011111110101111111010 | 8ed9ecf98ec28febfa |
UTF-8 | ル踟ツ鵫 | 111011111011111010011001111010001011100010011111111011111011111010000010111010011011010110101011 | efbe99e8b89fefbe82e9b5ab |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)