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 | 晤b?暎 | 10011101111010111000001010000010001111111001110111110011 | 9deb82823f9df3 |
EUC-JP | 晤b?暎 | 11011010111011011010001111100010001111111101101011110101 | daeda3e23fdaf5 |
UTF-8 | 晤b뿃暎 | 111001101001100110100100111011111011110110000010111010111011111110000011111001101001101010001110 | e699a4efbd82ebbf83e69a8e |
UHC | 晤b뿃暎 | 1110011111111011101000111110001010010111100010111110011110110010 | e7fba3e2978be7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)