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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | エ晥 | 11110010101111111011010011111010110101011111010111100100 | f2bfb4fad5f5e4 |
EUC-JP | ?エ?? | 0011111110001110101101000011111100111111 | 3f8eb43f3f |
UTF-8 | エ晥 | 111011101000011110110110111011111011110110110100111001101001100110100101111011101001000110001111 | ee87b6efbdb4e699a5ee918f |
UHC | ??晥? | 0011111100111111111111001011011100111111 | 3f3ffcb73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)