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 | 畯?梯?? | 11111011011011110011111110010010111100100011111100111111 | fb6f3f92f23f3f |
EUC-JP | 畯?梯?? | 1000111111001101101110110011111111000100111101000011111100111111 | 8fcdbb3fc4f43f3f |
UTF-8 | 畯렡梯렎狀 | 111001111001010110101111111010111010000010100001111001101010001010101111111010111010000010001110111011111010011110111010 | e795afeba0a1e6a2afeba08eefa7ba |
UHC | 畯렡梯렎狀 | 11110001111000011000111010110010111100001010110010001110101001001110110111101110 | f1e18eb2f0ac8ea4edee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)