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 | 潁f?^ | 100111111111000110000010100001100011111101011110 | 9ff182863f5e |
EUC-JP | 潁f?^ | 110111101111001110100011111001100011111101011110 | def3a3e63f5e |
UTF-8 | 潁f펵^ | 11100110101111011000000111101111101111011000011011101101100011101011010101011110 | e6bd81efbd86ed8eb55e |
UHC | 潁f펵^ | 11100111101110001010001111100110101111001000011001011110 | e7b8a3e6bc865e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)