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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 證竭??? | 11100110100110101110001010010001001111110011111100111111 | e69ae2913f3f3f |
EUC-JP | 證竭??? | 11101011111110101110001111110001001111110011111100111111 | ebfae3f13f3f3f |
UTF-8 | 證竭렮漏웍 | 111010001010110110001001111001111010101110101101111010111010000010101110111011111010010110001110111011001001101110001101 | e8ad89e7abadeba0aeefa58eec9b8d |
UHC | 證竭렮漏웍 | 11110001111110111100101011100110100011101011101111010010111010001011111111110111 | f1fbcae68ebbd2e8bff7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)