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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 涬シ隆淏 | 11111011010000011011110011111011111010011111101101000010 | fb41bcfbe9fb42 |
EUC-JP | 涬シ?淏 | 100011111100011111001111100011101011110000111111100011111100011111011001 | 8fc7cf8ebc3f8fc7d9 |
UTF-8 | 涬シ隆淏 | 111001101011011010101100111011111011110110111100111011111010011110011100111001101011011110001111 | e6b6acefbdbcefa79ce6b78f |
UHC | ??隆淏 | 001111110011111111101011110110001111101111001000 | 3f3febd8fbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)