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 | ¾ÎÇ | 101111101010110110001110110011101000111111000111 | bead8ece8fc7 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???Î?Ç | 00111111001111110011111110001111101010101100001000111111100011111010101010101110 | 3f3f3f8faac23f8faaae |
UTF-8 | ¾ÎÇ | 110000101011111011000010101011011100001010001110110000111000111011000010100011111100001110000111 | c2bec2adc28ec38ec28fc387 |
UHC | ¾???? | 1010100011111010101000011010100100111111001111110011111100111111 | a8faa1a93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)