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 | ëû¼»hëû | 100011111110101111111011101111001011101101101000100011111110101111111011 | 8febfbbcbb688febfb |
SJIS-WIN | ?????h??? | 001111110011111100111111001111110011111101101000001111110011111100111111 | 3f3f3f3f3f683f3f3f |
EUC-JP | ?ëû??h?ëû | 0011111110001111101010111011001110001111101010111110010100111111001111110110100000111111100011111010101110110011100011111010101111100101 | 3f8fabb38fabe53f3f683f8fabb38fabe5 |
UTF-8 | ëû¼»hëû | 1100001010001111110000111010101111000011101110111100001010111100110000101011101101101000110000101000111111000011101010111100001110111011 | c28fc3abc3bbc2bcc2bb68c28fc3abc3bb |
UHC | ???¼?h??? | 00111111001111110011111110101000111110010011111101101000001111110011111100111111 | 3f3f3fa8f93f683f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)