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 | ñì®ì½ | 111100011110110010001110101011101110110010111101 | f1ec8eaeecbd |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ñì?®ì? | 1000111110101011110100001000111110101011110000000011111110001111101000101110111010001111101010111100000000111111 | 8fabd08fabc03f8fa2ee8fabc03f |
UTF-8 | ñì®ì½ | 110000111011000111000011101011001100001010001110110000101010111011000011101011001100001010111101 | c3b1c3acc28ec2aec3acc2bd |
UHC | ???®?½ | 0011111100111111001111111010001011100111001111111010100011110110 | 3f3f3fa2e73fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)