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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?菰 | 001111111000110011010100 | 3f8cd4 |
EUC-JP | 濩菰 | 1000111111001001101001001011100011010110 | 8fc9a4b8d6 |
UTF-8 | 濩菰 | 111001101011111110101001111010001000111110110000 | e6bfa9e88fb0 |
UHC | 濩菰 | 11111011110011011100110111001010 | fbcdcdca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)