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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟒幔♂蟒 | 1110010110111011100110111110110110000001100010011110010110111011 | e5bb9bed8189e5bb |
EUC-JP | 蟒幔♂蟒 | 1110101010111101110101101110111110100001111010011110101010111101 | eabdd6efa1e9eabd |
UTF-8 | 蟒幔♂蟒 | 111010001001111110010010111001011011100110010100111000101001100110000010111010001001111110010010 | e89f92e5b994e29982e89f92 |
UHC | ??♂? | 0011111100111111101000011100111000111111 | 3f3fa1ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)