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 | 蝣危ャ逸謄 | 111001011010000010001010111010111010110010001000111011011001001110100011 | e5a08aebac88ed93a3 |
EUC-JP | 蝣危ャ逸謄 | 11101010101000101011010011101101100011101010110010110000111011111100011010100101 | eaa2b4ed8eacb0efc6a5 |
UTF-8 | 蝣危ャ逸謄 | 111010001001110110100011111001011000110110110001111011111011110110101100111010011000000010111000111010001010110010000100 | e89da3e58db1efbdace980b8e8ac84 |
UHC | ?危?逸謄 | 0011111111101010110010110011111111101100111011111101010011110111 | 3feacb3fecefd4f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)