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 | Ëüûêæ | 100011111100101111111100111110111110101011100110 | 8fcbfcfbeae6 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ëüûêæ | 00111111100011111010101010110011100011111010101111100100100011111010101111100101100011111010101110110100100011111010100111000001 | 3f8faab38fabe48fabe58fabb48fa9c1 |
UTF-8 | Ëüûêæ | 110000101000111111000011100010111100001110111100110000111011101111000011101010101100001110100110 | c28fc38bc3bcc3bbc3aac3a6 |
UHC | ?????æ | 00111111001111110011111100111111001111111010100110100001 | 3f3f3f3f3fa9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)