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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 瘟阿瘟阿^ | 111000011000100110001000101000101110000110001001100010001010001001011110 | e18988a2e18988a25e |
EUC-JP | 瘟阿瘟阿^ | 111000011110100110110000101001001110000111101001101100001010010001011110 | e1e9b0a4e1e9b0a45e |
UTF-8 | 瘟阿瘟阿^ | 11100111100110001001111111101001100110001011111111100111100110001001111111101001100110001011111101011110 | e7989fe998bfe7989fe998bf5e |
UHC | 瘟阿瘟阿^ | 111010001011000011100100101110011110100010110000111001001011100101011110 | e8b0e4b9e8b0e4b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)