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 | 矗箏^ | 111101111010111011100001110111101111011110101001111000101011010101011110 | f7aee1def7a9e2b55e |
EUC-JP | ?矗?箏^ | 00111111111000101110000000111111111001001011011101011110 | 3fe2e03fe4b75e |
UTF-8 | 矗箏^ | 11101110100101101001000111100111100111111001011111101110100101101000110011100111101011101000111101011110 | ee9691e79f97ee968ce7ae8f5e |
UHC | ?矗?箏^ | 00111111111101011011100000111111111011101011010001011110 | 3ff5b83feeb45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)