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 | ?筏 | 001111111001010010110011 | 3f94b3 |
EUC-JP | ?筏 | 001111111100100010110101 | 3fc8b5 |
UTF-8 | 멀筏 | 111010111010100110000000111001111010110110001111 | eba980e7ad8f |
UHC | 멀筏 | 10111000110101101101101111101010 | b8d6dbea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)