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çü | 11111011010110011110011111111100 | fb59e7fc |
SJIS-WIN | ?Y?? | 00111111010110010011111100111111 | 3f593f3f |
EUC-JP | ûYçü | 10001111101010111110010101011001100011111010101110101110100011111010101111100100 | 8fabe5598fabae8fabe4 |
UTF-8 | ûYçü | 11000011101110110101100111000011101001111100001110111100 | c3bb59c3a7c3bc |
UHC | ?Y?? | 00111111010110010011111100111111 | 3f593f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)