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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 撓??節ε? | 100111011001101000111111001111111001000011011111100000111100001100111111 | 9d9a3f3f90df83c33f |
EUC-JP | 撓?ˇ節ε? | 1101100111111010001111111000111110100010101100001100000011100001101001101100010100111111 | d9fa3f8fa2b0c0e1a6c53f |
UTF-8 | 撓딀ˇ節ε찂 | 11100110100100101001001111101011100101001000000011001011100001111110011110101111100000001100111010110101111011001011000010000010 | e69293eb9480cb87e7af80ceb5ecb082 |
UHC | 撓딀ˇ節ε찂 | 111010001111010110001010111001101010001010100111111011111011110110100101111001011010100110000110 | e8f58ae6a2a7efbda5e5a986 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)