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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??Œ? | 001111110011111110001111101010011010110100111111 | 3f3f8fa9ad3f |
UTF-8 | 얇묫Œ칼 | 1110110010010110100001111110101110101100101010111100010110010010111011001011100110111100 | ec9687ebacabc592ecb9bc |
UHC | 얇묫Œ칼 | 1011111011100011101110011010101010101000101010111100010010101110 | bee3b9aaa8abc4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)