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 | 襌懌鐙粐キ蠕 | 1110010111111001100111001110001010010011101010001110001011100010101101111110010110111110 | e5f99ce293a8e2e2b7e5be |
EUC-JP | 襌懌鐙粐キ蠕 | 111010101111101111011000111001001100011010101010111001001110010010001110101101111110101011000000 | eafbd8e4c6aae4e48eb7eac0 |
UTF-8 | 襌懌鐙粐キ蠕 | 111010001010010110001100111001101000011110001100111010011001000010011001111001111011001010010000111011111011110110110111111010001010000010010101 | e8a58ce6878ce99099e7b290efbdb7e8a095 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)