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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 歪紗紆^ | 10011000011000111000111011010001111000101111110001011110 | 98638ed1e2fc5e |
EUC-JP | 歪紗紆^ | 11001111110001001011110011010011111001001111111001011110 | cfc4bcd3e4fe5e |
UTF-8 | 歪紗紆^ | 11100110101011011010101011100111101101001001011111100111101101001000011001011110 | e6adaae7b497e7b4865e |
UHC | 歪紗紆^ | 11101000111000001101111011101001111010011110000101011110 | e8e0dee9e9e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)