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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | ?潟~ | 00111111100010101000001101111110 | 3f8a837e |
EUC-JP | ?潟~ | 00111111101100111110001101111110 | 3fb3e37e |
UTF-8 | 璉潟~ | 11101111101001101001010011100110101111011001111101111110 | efa694e6bd9f7e |
UHC | 璉潟~ | 1110011011011001111000001011001101111110 | e6d9e0b37e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)