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 | 繝迎繝鶏^ | 111000111000001110001100011111011110001110000011100011000111101101011110 | e3838c7de3838c7b5e |
EUC-JP | 繝迎繝鶏^ | 111001011110001110110111110111101110010111100011101101111101110001011110 | e5e3b7dee5e3b7dc5e |
UTF-8 | 繝迎繝鶏^ | 11100111101110011001110111101000101111111000111011100111101110011001110111101001101101101000111101011110 | e7b99de8bf8ee7b99de9b68f5e |
UHC | ?迎??^ | 001111111110011111001010001111110011111101011110 | 3fe7ca3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)