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 | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | 程?W}程?W{^ | 1001001011110110001111110101011101111101100100101111011000111111010101110111101101011110 | 92f63f577d92f63f577b5e |
EUC-JP | 程?W}程?W{^ | 1100010011111000001111110101011101111101110001001111100000111111010101110111101101011110 | c4f83f577dc4f83f577b5e |
UTF-8 | 程렮W}程렮W{^ | 1110011110101000100010111110101110100000101011100101011101111101111001111010100010001011111010111010000010101110010101110111101101011110 | e7a88beba0ae577de7a88beba0ae577b5e |
UHC | 程렮W}程렮W{^ | 11101111111011111000111010111011010101110111110111101111111011111000111010111011010101110111101101011110 | efef8ebb577defef8ebb577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)