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 | 驕厥コ奣守 | 111010011000000110011001110011101011101011111010101000111000111011100111 | e98199cebafaa38ee7 |
EUC-JP | 驕厥コ奣守 | 1111000111100001110100101101000010001110101110101000111110111000111111001011110011101001 | f1e1d2d08eba8fb8fcbce9 |
UTF-8 | 驕厥コ奣守 | 111010011010100110010101111001011000111010100101111011111011110110111010111001011010010110100011111001011010111010001000 | e9a995e58ea5efbdbae5a5a3e5ae88 |
UHC | 驕厥??守 | 1100111011110110110011111111000000111111001111111110000111111010 | cef6cff03f3fe1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)