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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 症?貉痔 | 10001111110001110011111111100110101110011000111010100100 | 8fc73fe6b98ea4 |
EUC-JP | 症澇貉痔 | 101111101100100110001111110010001110010011101100101110111011110010100110 | bec98fc8e4ecbbbca6 |
UTF-8 | 症澇貉痔 | 111001111001011110000111111001101011111010000111111010001011001010001001111001111001011110010100 | e79787e6be87e8b289e79794 |
UHC | 症??痔 | 111100011111100000111111001111111111011011000000 | f1f83f3ff6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)