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 | 逞樒ォ滄ス | 1110011110010111100111101110011110101011100111111110100110111101 | e7979ee7ab9fe9bd |
EUC-JP | 逞樒ォ滄ス | 11101101111101111101110011101001100011101010101111011110111010111000111010111101 | edf7dce98eabdeeb8ebd |
UTF-8 | 逞樒ォ滄ス | 111010011000000010011110111001101010100010010010111011111011110110101011111001101011101110000100111011111011110110111101 | e9809ee6a892efbdabe6bb84efbdbd |
UHC | 逞??滄? | 11010110110000010011111100111111111100111110011100111111 | d6c13f3ff3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)