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 | 倏倏糲 | 1110000011000101111100101111000011100000110001011110001011111000 | e0c5f2f0e0c5e2f8 |
EUC-JP | 倏?倏糲 | 11100000110001110011111111100000110001111110010011111010 | e0c73fe0c7e4fa |
UTF-8 | 倏倏糲 | 111001011000000010001111111011101000100010100111111001011000000010001111111001111011001110110010 | e5808fee88a7e5808fe7b3b2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)