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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 膺?“ | 1110010001011110001111111000000101100111 | e45e3f8167 |
EUC-JP | 膺?“ | 1110011110111111001111111010000111001000 | e7bf3fa1c8 |
UTF-8 | 膺꾩“ | 111010001000011010111010111010101011111010101001111000101000000010011100 | e886baeabea9e2809c |
UHC | 膺꾩“ | 111010111110110010000100111011001010000110110000 | ebec84eca1b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)