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 | 敖??洵э? | 100111011100001000111111001111111001111110101011100001001000111100111111 | 9dc23f3f9fab848f3f |
EUC-JP | 敖??洵э? | 110110101100010000111111001111111101111010101101101001111110111100111111 | dac43f3fdeada7ef3f |
UTF-8 | 敖얠뜽洵э쫵 | 1110011010010101100101101110110010010110101000001110101110011100101111011110011010110100101101011101000110001101111011001010101110110101 | e69596ec96a0eb9cbde6b4b5d18decabb5 |
UHC | 敖얠뜽洵э쫵 | 111001111111100110111110111011001000110110111000111000101110011110101100111011111010011010001100 | e7f9beec8db8e2e7acefa68c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)