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 | 狡狃獨猝 | 1110000011000010111000001011101111100000110101011110000011001010 | e0c2e0bbe0d5e0ca |
EUC-JP | 狡狃獨猝 | 1110000011000100111000001011110111100000110101111110000011001100 | e0c4e0bde0d7e0cc |
UTF-8 | 狡狃獨猝 | 111001111000101110100001111001111000101110000011111001111000110110101000111001111000110010011101 | e78ba1e78b83e78da8e78c9d |
UHC | 狡?獨猝 | 11001110111010100011111111010100101111001111000011110001 | ceea3fd4bcf0f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)