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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 閨ィ荳サ縺杤 | 11101000100000011010100011100100101110001011101111100011100000011001111001011100 | e881a8e4b8bbe3819e5c |
EUC-JP | 閨ィ荳サ縺杤 | 111011111110000110001110101010001110100010111010100011101011101111100101111000011101101110111101 | efe18ea8e8ba8ebbe5e1dbbd |
UTF-8 | 閨ィ荳サ縺杤 | 111010011001011010101000111011111011110110101000111010001000110110110011111011111011110110111011111001111011100010111010111001101001110110100100 | e996a8efbda8e88db3efbdbbe7b8bae69da4 |
UHC | 閨?荳??? | 1101000010110001001111111101010011100101001111110011111100111111 | d0b13fd4e53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)