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 | ñà¼çÑî | 111100011110000010111100111001111101000111101110 | f1e0bce7d1ee |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ñà?çÑî | 10001111101010111101000010001111101010111010001000111111100011111010101110101110100011111010101011010000100011111010101111000010 | 8fabd08faba23f8fabae8faad08fabc2 |
UTF-8 | ñà¼çÑî | 110000111011000111000011101000001100001010111100110000111010011111000011100100011100001110101110 | c3b1c3a0c2bcc3a7c391c3ae |
UHC | ??¼??? | 00111111001111111010100011111001001111110011111100111111 | 3f3fa8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)