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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 芋?俺勃塢B | 10001000111100000011111110001001101101001001011001110101100110101100011101000010 | 88f03f89b496759ac742 |
EUC-JP | 芋?俺勃塢B | 10110000111100100011111110110010101101101100101111010110110101001100100101000010 | b0f23fb2b6cbd6d4c942 |
UTF-8 | 芋렏俺勃塢B | 11101000100010101000101111101011101000001000111111100100101111111011101011100101100010111000001111100101101000011010001001000010 | e88a8beba08fe4bfbae58b83e5a1a242 |
UHC | 芋렏俺勃塢B | 1110100111100011100011101010010111100101111011111101101011111010111001111111000101000010 | e9e38ea5e5efdafae7f142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)