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 | リソ萵」 | 1101100010111111111001001110000010100011 | d8bfe4e0a3 |
EUC-JP | リソ萵」 | 1000111011011000100011101011111111101000111000101000111010100011 | 8ed88ebfe8e28ea3 |
UTF-8 | リソ萵」 | 111011111011111010011000111011111011110110111111111010001001000010110101111011111011110110100011 | efbe98efbdbfe890b5efbda3 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)