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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 錡ネ骼ィ悉 | 1111101111011000110010001110100110001110101010001000111010111011 | fbd8c8e98ea88ebb |
EUC-JP | 錡ネ骼ィ悉 | 1000111111100100110111101000111011001000111100011110111010001110101010001011110010111101 | 8fe4de8ec8f1ee8ea8bcbd |
UTF-8 | 錡ネ骼ィ悉 | 111010011000110010100001111011111011111010001000111010011010101010111100111011111011110110101000111001101000001010001001 | e98ca1efbe88e9aabcefbda8e68289 |
UHC | 錡???悉 | 11010001110001000011111100111111001111111110001111111010 | d1c43f3f3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)