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 | 災企?? | 100011011101000010001010111010010011111100111111 | 8dd08ae93f3f |
EUC-JP | 災企?塡 | 1011101011010010101101001110101100111111100011111011100010110100 | bad2b4eb3f8fb8b4 |
UTF-8 | 災企혁塡 | 111001111000000110111101111001001011110010000001111011011001100010000001111001011010000110100001 | e781bde4bc81ed9881e5a1a1 |
UHC | 災企혁塡 | 1110111010101100110100001110101011000111111101011110111011110011 | eeacd0eac7f5eef3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)