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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | ?述Y | 00111111100011110111000101011001 | 3f8f7159 |
EUC-JP | ?述Y | 00111111101111011101001001011001 | 3fbdd259 |
UTF-8 | 룵述Y | 11101011101000111011010111101000101111111011000001011001 | eba3b5e8bfb059 |
UHC | 룵述Y | 1000111110101010111000101111101101011001 | 8faae2fb59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)