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 | 濶、ホエ妺 | 11101000100010011010010011001110101101001111101010100101 | e889a4ceb4faa5 |
EUC-JP | 濶、ホエ妺 | 1110111111101001100011101010010010001110110011101000111010110100100011111011100110110111 | efe98ea48ece8eb48fb9b7 |
UTF-8 | 濶、ホエ妺 | 111001101011111110110110111011111011110110100100111011111011111010001110111011111011110110110100111001011010011010111010 | e6bfb6efbda4efbe8eefbdb4e5a6ba |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)