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 | ?額得 | 0011111110001010011110101001001110111110 | 3f8a7a93be |
EUC-JP | 棅額得 | 10001111110000111111101110110011110110111100011011000000 | 8fc3fbb3dbc6c0 |
UTF-8 | 棅額得 | 111001101010001110000101111010011010000110001101111001011011111010010111 | e6a385e9a18de5be97 |
UHC | 棅額得 | 110111001011100011100100111111101101010011110000 | dcb8e4fed4f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)