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 | 璽爰篠\ | 10001110101000111110000010100111100011101100001001011100 | 8ea3e0a78ec25c |
EUC-JP | 璽爰篠\ | 10111100101001011110000010101001101111001100010001011100 | bca5e0a9bcc45c |
UTF-8 | 璽爰篠\ | 11100111100100101011110111100111100010001011000011100111101011111010000001011100 | e792bde788b0e7afa05c |
UHC | 璽爰篠\ | 11011111110111101110101010111010111000011100011001011100 | dfdeeabae1c65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)