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 | 逡瀧ーエ塚 | 1110011110010101100100011110101110110000101101001111101010011100 | e79591ebb0b4fa9c |
EUC-JP | 逡瀧ーエ? | 111011011111010111000010111011011000111010110000100011101011010000111111 | edf5c2ed8eb08eb43f |
UTF-8 | 逡瀧ーエ塚 | 111010011000000010100001111001111000000010100111111011111011110110110000111011111011110110110100111011111010100010010000 | e980a1e780a7efbdb0efbdb4efa890 |
UHC | 逡瀧??? | 11110001111001001101011011101001001111110011111100111111 | f1e4d6e93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)