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 | èô»í¯ | 111010001111010010111011111011011000110110101111 | e8f4bbed8daf |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | èô?í?¯ | 1000111110101011101100101000111110101011110101000011111110001111101010111011111100111111100011111010001010110100 | 8fabb28fabd43f8fabbf3f8fa2b4 |
UTF-8 | èô»í¯ | 110000111010100011000011101101001100001010111011110000111010110111000010100011011100001010101111 | c3a8c3b4c2bbc3adc28dc2af |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)