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 | ???椅? | 001111110011111100111111100010001101011000111111 | 3f3f3f88d63f |
EUC-JP | ???椅? | 001111110011111100111111101100001101100000111111 | 3f3f3fb0d83f |
UTF-8 | 閭잆룂椅삼 | 111011111010011010000110111011001001111010000110111010111010001110000010111001101010010010000101111011001000001010111100 | efa686ec9e86eba382e6a485ec82bc |
UHC | 閭잆룂椅삼 | 11100110101011011001111111100011100011111000001111101011111101011011101111101111 | e6ad9fe38f83ebf5bbef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)