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 | 煇幄セ樒、 | 1111101101010111100110111110100010111110100111101110011110100100 | fb579be8be9ee7a4 |
EUC-JP | 煇幄セ樒、 | 1000111111001001111101011101011011101010100011101011111011011100111010011000111010100100 | 8fc9f5d6ea8ebedce98ea4 |
UTF-8 | 煇幄セ樒、 | 111001111000010110000111111001011011100110000100111011111011110110111110111001101010100010010010111011111011110110100100 | e78587e5b984efbdbee6a892efbda4 |
UHC | 煇幄??? | 11111101110010001110010011000001001111110011111100111111 | fdc8e4c13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)