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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???嗚 | 0011111100111111001111111001101001101010 | 3f3f3f9a6a |
EUC-JP | 縕??嗚 | 10001111110101001100001000111111001111111101001111001011 | 8fd4c23f3fd3cb |
UTF-8 | 縕딈겑嗚 | 111001111011100010010101111010111001010010001000111010101011001010010001111001011001011110011010 | e7b895eb9488eab291e5979a |
UHC | 縕딈겑嗚 | 1110100010110010100010101110111010000001101010011110011111110000 | e8b28aee81a9e7f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)