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 | ê泥 | 11101010111011111010011110100011 | eaefa7a3 |
SJIS-WIN | ??§£ | 001111110011111110000001100110001000000110010010 | 3f3f81988192 |
EUC-JP | ê泥 | 10001111101010111011010010001111101010111100000110100001111110001010000111110010 | 8fabb48fabc1a1f8a1f2 |
UTF-8 | ê泥 | 1100001110101010110000111010111111000010101001111100001010100011 | c3aac3afc2a7c2a3 |
UHC | ??§? | 0011111100111111101000011101011100111111 | 3f3fa1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)