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 | 蝴?奚? | 111001011001101000111111100110101111011000111111 | e59a3f9af63f |
EUC-JP | 蝴?奚? | 111010011111101000111111110101001111100000111111 | e9fa3fd4f83f |
UTF-8 | 蝴렔奚㎗ | 111010001001110110110100111010111010000010010100111001011010010110011010111000111000111010010111 | e89db4eba094e5a59ae38e97 |
UHC | 蝴렔奚㎗ | 1111101111011101100011101010100111111010101010001010011110100011 | fbdd8ea9faa8a7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)