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 | ñçbñÐ | 1001111111110001111001110110001010011111111100011001111111010000 | 9ff1e7629ff19fd0 |
SJIS-WIN | ???b???? | 0011111100111111001111110110001000111111001111110011111100111111 | 3f3f3f623f3f3f3f |
EUC-JP | ?ñçb?ñ?? | 0011111110001111101010111101000010001111101010111010111001100010001111111000111110101011110100000011111100111111 | 3f8fabd08fabae623f8fabd03f3f |
UTF-8 | ñçbñÐ | 110000101001111111000011101100011100001110100111011000101100001010011111110000111011000111000010100111111100001110010000 | c29fc3b1c3a762c29fc3b1c29fc390 |
UHC | ???b???Ð | 001111110011111100111111011000100011111100111111001111111010100010100010 | 3f3f3f623f3f3fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)