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 | ????習 | 001111110011111100111111001111111000111101001011 | 3f3f3f3f8f4b |
EUC-JP | 髥???習 | 1000111111101001111100000011111100111111001111111011110110101100 | 8fe9f03f3f3fbdac |
UTF-8 | 髥띖뚩딮習 | 111010011010101110100101111010111001110110010110111010111001101010101001111010111001010010101110111001111011111110010010 | e9aba5eb9d96eb9aa9eb94aee7bf92 |
UHC | 髥띖뚩딮習 | 11100111101000111000110111001100100011001110100010001011010010111110001110100111 | e7a38dcc8ce88b4be3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)