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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??Н | 00111111001111111000010001001110 | 3f3f844e |
EUC-JP | ??Н | 00111111001111111010011110101111 | 3f3fa7af |
UTF-8 | 紐븍Н | 1110111110100111100011111110101110111000100011011101000010011101 | efa78febb88dd09d |
UHC | 紐븍Н | 111010111010101010111010111010111010110010101111 | ebaabaebacaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)