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 | レ邯シ | 1111000010101110110110101110011110110110101111001111000010101110 | f0aedae7b6bcf0ae |
EUC-JP | ?レ邯シ? | 0011111110001110110110101110111010111000100011101011110000111111 | 3f8edaeeb88ebc3f |
UTF-8 | レ邯シ | 111011101000000110101101111011111011111010011010111010011000001010101111111011111011110110111100111011101000000110101101 | ee81adefbe9ae982afefbdbcee81ad |
UHC | ??邯?? | 001111110011111111001010111110110011111100111111 | 3f3fcafb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)