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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | 逋箜祟v | 11100111100110011110001010110001111000100100110101110110 | e799e2b1e24d76 |
EUC-JP | 逋箜祟v | 11101101111110011110010010110011111000111010111001110110 | edf9e4b3e3ae76 |
UTF-8 | 逋箜祟v | 11101001100000001000101111100111101011101001110011100111101001011001111101110110 | e9808be7ae9ce7a59f76 |
UHC | 逋??v | 1111100011100111001111110011111101110110 | f8e73f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)