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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 宍痔h宍痔 | 100011101011001110001110101001000110100010001110101100111000111010100100 | 8eb38ea4688eb38ea4 |
EUC-JP | 宍痔h宍痔 | 101111001011010110111100101001100110100010111100101101011011110010100110 | bcb5bca668bcb5bca6 |
UTF-8 | 宍痔h宍痔 | 11100101101011101000110111100111100101111001010001101000111001011010111010001101111001111001011110010100 | e5ae8de7979468e5ae8de79794 |
UHC | ?痔h?痔 | 00111111111101101100000001101000001111111111011011000000 | 3ff6c0683ff6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)