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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | ?涅P | 00111111100111111011100001010000 | 3f9fb850 |
EUC-JP | ?涅P | 00111111110111101011101001010000 | 3fdeba50 |
UTF-8 | 쑃涅P | 11101100100100011000001111100110101101101000010101010000 | ec9183e6b68550 |
UHC | 쑃涅P | 1001110010100011111001101110111001010000 | 9ca3e6ee50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)