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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 腺o驪F | 10010001010000101000001010001111111010011000101101000110 | 9142828fe98b46 |
EUC-JP | 腺o驪F | 11000001101000111010001111101111111100011110101101000110 | c1a3a3eff1eb46 |
UTF-8 | 腺o驪F | 11101000100001011011101011101111101111011000111111101001101010011010101001000110 | e885baefbd8fe9a9aa46 |
UHC | 腺o驪F | 11100000110011011010001111101111110101011111000101000110 | e0cda3efd5f146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)