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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 閻ォ螳 | 1110100010000101101010111110010110101110 | e885abe5ae |
EUC-JP | 閻ォ螳 | 111011111110010110001110101010111110101010110000 | efe58eabeab0 |
UTF-8 | 閻ォ螳 | 111010011001011010111011111011111011110110101011111010001001111010110011 | e996bbefbdabe89eb3 |
UHC | 閻?螳 | 1110011110100010001111111101001111011001 | e7a23fd3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)