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 | ߸ø² | 11011111101110001111100010110010 | dfb8f8b2 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ߸ø? | 10001111101010011100111010001111101000101011000110001111101010011100110000111111 | 8fa9ce8fa2b18fa9cc3f |
UTF-8 | ߸ø² | 1100001110011111110000101011100011000011101110001100001010110010 | c39fc2b8c3b8c2b2 |
UHC | ߸ø² | 1010100110101100101000101010110010101001101010101010100111110111 | a9aca2aca9aaa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)