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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?約漣 | 0011111110010110111100011001011111111000 | 3f96f197f8 |
EUC-JP | ?約漣 | 0011111111001100111100111100111011111010 | 3fccf3cefa |
UTF-8 | 뤙約漣 | 111010111010010010011001111001111011010010000100111001101011110010100011 | eba499e7b484e6bca3 |
UHC | 뤙約漣 | 100011111100100011100101101100111101010111111110 | 8fc8e5b3d5fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)