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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 将ョ。「﨏 | 100011111010101110101110101000011111000110001111101000101111101010011011 | 8fabaea1f18fa2fa9b |
EUC-JP | 将ョ。?「? | 10111110101011011000111010101110100011101010000100111111100011101010001000111111 | bead8eae8ea13f8ea23f |
UTF-8 | 将ョ。「﨏 | 111001011011000010000110111011111011110110101110111011111011110110100001111011101000010010001010111011111011110110100010111011111010100010001111 | e5b086efbdaeefbda1ee848aefbda2efa88f |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)