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 | 堤峯?持? | 1001001011100111100101011111010100111111100011101001110100111111 | 92e795f53f8e9d3f |
EUC-JP | 堤峯?持? | 1100010011101001110010101111011100111111101110111111110100111111 | c4e9caf73fbbfd3f |
UTF-8 | 堤峯캑持렣 | 111001011010000010100100111001011011001110101111111011001011101010010001111001101000110010000001111010111010000010100011 | e5a0a4e5b3afecba91e68c81eba0a3 |
UHC | 堤峯캑持렣 | 11110000101001111101110011100111110001001011010011110010101001011000111010110100 | f0a7dce7c4b4f2a58eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)