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 | ?楫? | 00111111100111101011010100111111 | 3f9eb53f |
EUC-JP | ?楫? | 00111111110111001011011100111111 | 3fdcb73f |
UTF-8 | 렼楫렋 | 111010111010000010111100111001101010010110101011111010111010000010001011 | eba0bce6a5abeba08b |
UHC | 렼楫렋 | 100011101100010011110001111011111000111010100010 | 8ec4f1ef8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)