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 | 蜀灘┌逑 | 1110010110000110100100111110010110000100101000011110011110010011 | e58693e584a1e793 |
EUC-JP | 蜀灘┌逑 | 1110100111100110110001101110011110101000101000111110110111110011 | e9e6c6e7a8a3edf3 |
UTF-8 | 蜀灘┌逑 | 111010001001110010000000111001111000000110011000111000101001010010001100111010011000000010010001 | e89c80e78198e2948ce98091 |
UHC | 蜀灘┌逑 | 1111010110111001111101111010100010100110101000111100111111000111 | f5b9f7a8a6a3cfc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)