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 | ËûnËûnB | 100011111100101111111011011011101000111111001011111110110110111001000010 | 8fcbfb6e8fcbfb6e42 |
SJIS-WIN | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
EUC-JP | ?Ëûn?ËûnB | 0011111110001111101010101011001110001111101010111110010101101110001111111000111110101010101100111000111110101011111001010110111001000010 | 3f8faab38fabe56e3f8faab38fabe56e42 |
UTF-8 | ËûnËûnB | 110000101000111111000011100010111100001110111011011011101100001010001111110000111000101111000011101110110110111001000010 | c28fc38bc3bb6ec28fc38bc3bb6e42 |
UHC | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)