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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????ζ | 001111110011111100111111001111111000001111000100 | 3f3f3f3f83c4 |
EUC-JP | ????ζ | 001111110011111100111111001111111010011011000110 | 3f3f3f3fa6c6 |
UTF-8 | 黎앹떓行ζ | 1110111110100110100010011110110010010101101110011110101110010110100100111110111110101000100010001100111010110110 | efa689ec95b9eb9693efa888ceb6 |
UHC | 黎앹떓行ζ | 11100110101100011001110111101100100010111010100111111010101000011010010111100110 | e6b19dec8ba9faa1a5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)