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 | 鞦∵屆蝪 | 1110100011100001100000011110011010011011100111001110010110100001 | e8e181e69b9ce5a1 |
EUC-JP | 鞦∵屆蝪 | 1111000011100011101000101110100011010101111111001110101010100011 | f0e3a2e8d5fceaa3 |
UTF-8 | 鞦∵屆蝪 | 111010011001111010100110111000101000100010110101111001011011000110000110111010001001110110101010 | e99ea6e288b5e5b186e89daa |
UHC | ?∵屆? | 001111111010000111110001110011001111101000111111 | 3fa1f1ccfa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)