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 | 棕%痿\ | 10011110101000011000000110010011111000010111111001011100 | 9ea18193e17e5c |
EUC-JP | 棕%痿\ | 11011100101000111010000111110011111000011101111101011100 | dca3a1f3e1df5c |
UTF-8 | 棕%痿\ | 11100110101000111001010111101111101111001000010111100111100101111011111101011100 | e6a395efbc85e797bf5c |
UHC | 棕%?\ | 111100001111011110100011101001010011111101011100 | f0f7a3a53f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)