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 | 薑丈砂鐔 | 1110010101000111100011111110010010001101101110111110100001011100 | e5478fe48dbbe85c |
EUC-JP | 薑丈砂鐔 | 1110100110101000101111101110011010111010101111011110111110111101 | e9a8bee6babdefbd |
UTF-8 | 薑丈砂鐔 | 111010001001011010010001111001001011100010001000111001111010000010000010111010011001000010010100 | e89691e4b888e7a082e99094 |
UHC | 薑丈砂? | 11001011101110011110110111011011110111101110001100111111 | cbb9eddbdee33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)