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 | 程?程?重峯 | 10010010111101100011111110010010111101100011111110001111011001001001010111110101 | 92f63f92f63f8f6495f5 |
EUC-JP | 程?程?重峯 | 11000100111110000011111111000100111110000011111110111101110001011100101011110111 | c4f83fc4f83fbdc5caf7 |
UTF-8 | 程렰程렰重峯 | 111001111010100010001011111010111010000010110000111001111010100010001011111010111010000010110000111010011000011110001101111001011011001110101111 | e7a88beba0b0e7a88beba0b0e9878de5b3af |
UHC | 程렰程렰重峯 | 111011111110111110001110101111011110111111101111100011101011110111110001111011001101110011100111 | efef8ebdefef8ebdf1ecdce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)