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 | 蓁ィ逅∵ | 11100100111010111010100011100111100100001000000111100110 | e4eba8e79081e6 |
EUC-JP | 蓁ィ逅∵ | 1110100011101101100011101010100011101101111100001010001011101000 | e8ed8ea8edf0a2e8 |
UTF-8 | 蓁ィ逅∵ | 111010001001001110000001111011111011110110101000111010011000000010000101111000101000100010110101 | e89381efbda8e98085e288b5 |
UHC | ??逅∵ | 001111110011111111111101101100011010000111110001 | 3f3ffdb1a1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)