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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 髴取・ョ^ | 11101001100111001000111011100110101001011010111001011110 | e99c8ee6a5ae5e |
EUC-JP | 髴取・ョ^ | 111100011111110010111100111010001000111010100101100011101010111001011110 | f1fcbce88ea58eae5e |
UTF-8 | 髴取・ョ^ | 11101001101010111011010011100101100011111001011011101111101111011010010111101111101111011010111001011110 | e9abb4e58f96efbda5efbdae5e |
UHC | ?取??^ | 001111111111011010100010001111110011111101011110 | 3ff6a23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)