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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?○斛 | 0011111110000001100110111001110111001101 | 3f819b9dcd |
EUC-JP | 瀣○斛 | 10001111110010011011000110100001111110111101101011001111 | 8fc9b1a1fbdacf |
UTF-8 | 瀣○斛 | 111001111000000010100011111000101001011110001011111001101001011010011011 | e780a3e2978be6969b |
UHC | 瀣○斛 | 111110101010111010100001110110111100110111010111 | faaea1dbcdd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)