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 | 瀨、驤費セ | 1111101101010000101001001110100110001000100101001110111110111110 | fb50a4e98894efbe |
EUC-JP | ?、驤費セ | 001111111000111010100100111100011110100011001000111100011000111010111110 | 3f8ea4f1e8c8f18ebe |
UTF-8 | 瀨、驤費セ | 111001111000000010101000111011111011110110100100111010011010100110100100111010001011001010111011111011111011110110111110 | e780a8efbda4e9a9a4e8b2bbefbdbe |
UHC | 瀨??費? | 11010110111011100011111100111111110111101010100000111111 | d6ee3f3fdea83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)