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 | 余???? | 100101110101110100111111001111110011111100111111 | 975d3f3f3f3f |
EUC-JP | 余???ł | 1100110110111110001111110011111100111111100011111010100111001000 | cdbe3f3f3f8fa9c8 |
UTF-8 | 余꾆뗑욜ł | 1110010010111101100110011110101010111110100001101110101110010111100100011110110010011010100111001100010110000010 | e4bd99eabe86eb9791ec9a9cc582 |
UHC | 余꾆뗑욜ł | 11100101111110011000010011001110101101101100010010111111111001111010100110101001 | e5f984ceb6c4bfe7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)