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 | æνì | 1110011010000001100000011100111010111101111011001000101010011110 | e68181cebdec8a9e |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | æ??Î?ì?? | 1000111110101001110000010011111100111111100011111010101011000010001111111000111110101011110000000011111100111111 | 8fa9c13f3f8faac23f8fabc03f3f |
UTF-8 | æνì | 11000011101001101100001010000001110000101000000111000011100011101100001010111101110000111010110011000010100010101100001010011110 | c3a6c281c281c38ec2bdc3acc28ac29e |
UHC | æ???½??? | 10101001101000010011111100111111001111111010100011110110001111110011111100111111 | a9a13f3f3fa8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)