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 | ð»è¿ | 11110000101110111110100010111111 | f0bbe8bf |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ð?è¿ | 10001111101010011100001100111111100011111010101110110010100011111010001011000100 | 8fa9c33f8fabb28fa2c4 |
UTF-8 | ð»è¿ | 1100001110110000110000101011101111000011101010001100001010111111 | c3b0c2bbc3a8c2bf |
UHC | ð??¿ | 101010011010001100111111001111111010001010101111 | a9a33f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)