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 | 汀濫 | 10010010111100111001011110010100 | 92f39794 |
EUC-JP | 汀濫 | 11000100111101011100110111110100 | c4f5cdf4 |
UTF-8 | 汀濫 | 111001101011000110000000111001101011111110101011 | e6b180e6bfab |
UHC | 汀濫 | 11101111111000101101010110111101 | efe2d5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)