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 | 霍悶i蜴サB | 11101000101101111001011011100011100000101000100111100101100011101011101101000010 | e8b796e38289e58ebb42 |
EUC-JP | 霍悶i蜴サB | 1111000010111001110011001110010110100011111010011110100111101110100011101011101101000010 | f0b9cce5a3e9e9ee8ebb42 |
UTF-8 | 霍悶i蜴サB | 11101001100111001000110111100110100000101011011011101111101111011000100111101000100111001011010011101111101111011011101101000010 | e99c8de682b6efbd89e89cb4efbdbb42 |
UHC | ?悶i??B | 0011111111011010101111111010001111101001001111110011111101000010 | 3fdabfa3e93f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)