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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雍乗搏逎 | 1110100010110100100011111110011010011101100100111110011110100011 | e8b48fe69d93e7a3 |
EUC-JP | 雍乗搏逎 | 1111000010110110101111101110100011011001111100111110111010100101 | f0b6bee8d9f3eea5 |
UTF-8 | 雍乗搏逎 | 111010011001101110001101111001001011100110010111111001101001000010001111111010011000000010001110 | e99b8de4b997e6908fe9808e |
UHC | 雍?搏? | 111010001011110000111111110110101101000100111111 | e8bc3fdad13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)