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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 磁G | 1111000111110000100011101010010101000111 | f1f08ea547 |
EUC-JP | ?磁G | 00111111101111001010011101000111 | 3fbca747 |
UTF-8 | 磁G | 11101110100001011010101111100111101000111000000101000111 | ee85abe7a38147 |
UHC | ?磁G | 00111111111011011011100001000111 | 3fedb847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)