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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 逋廢逋廢B | 111001111001100110011100010001011110011110011001100111000100010101000010 | e7999c45e7999c4542 |
EUC-JP | 逋廢逋廢B | 111011011111100111010111101001101110110111111001110101111010011001000010 | edf9d7a6edf9d7a642 |
UTF-8 | 逋廢逋廢B | 11101001100000001000101111100101101110111010001011101001100000001000101111100101101110111010001001000010 | e9808be5bba2e9808be5bba242 |
UHC | 逋廢逋廢B | 111110001110011111111000110010001111100011100111111110001100100001000010 | f8e7f8c8f8e7f8c842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)