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 | 邵貞恫髮嗣 | 11100111101110001001001011100101100111001001100011101001100110111000111001101011 | e7b892e59c98e99b8e6b |
EUC-JP | 邵貞恫髮嗣 | 11101110101110101100010011100111110101111111100011110001111110111011101111001100 | eebac4e7d7f8f1fbbbcc |
UTF-8 | 邵貞恫髮嗣 | 111010011000001010110101111010001011001010011110111001101000000110101011111010011010101110101110111001011001011110100011 | e982b5e8b29ee681abe9abaee597a3 |
UHC | 邵貞?髮嗣 | 111000011101000011101111111101100011111111011011101001011101111011001011 | e1d0eff63fdba5decb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)