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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ワⅸツ\ | 1101110011111010010010001100001001011100 | dcfa48c25c |
EUC-JP | ワ?ツ\ | 100011101101110000111111100011101100001001011100 | 8edc3f8ec25c |
UTF-8 | ワⅸツ\ | 11101111101111101001110011100010100001011011100011101111101111101000001001011100 | efbe9ce285b8efbe825c |
UHC | ?ⅸ?\ | 0011111110100101101010010011111101011100 | 3fa5a93f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)