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 | 撓??節ε | 1001110110011010001111110011111110010000110111111000001111000011 | 9d9a3f3f90df83c3 |
EUC-JP | 撓?ˇ節ε | 11011001111110100011111110001111101000101011000011000000111000011010011011000101 | d9fa3f8fa2b0c0e1a6c5 |
UTF-8 | 撓딀ˇ節ε | 11100110100100101001001111101011100101001000000011001011100001111110011110101111100000001100111010110101 | e69293eb9480cb87e7af80ceb5 |
UHC | 撓딀ˇ節ε | 11101000111101011000101011100110101000101010011111101111101111011010010111100101 | e8f58ae6a2a7efbda5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)