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 | 111010111110100110101100011011101110101111101001101011000110111001000010 | ebe9ac6eebe9ac6e42 |
SJIS-WIN | ??¬n??¬nB | 0011111100111111100000011100101001101110001111110011111110000001110010100110111001000010 | 3f3f81ca6e3f3f81ca6e42 |
EUC-JP | ëé¬nëé¬nB | 10001111101010111011001110001111101010111011000110100010110011000110111010001111101010111011001110001111101010111011000110100010110011000110111001000010 | 8fabb38fabb1a2cc6e8fabb38fabb1a2cc6e42 |
UTF-8 | ëé¬nëé¬nB | 110000111010101111000011101010011100001010101100011011101100001110101011110000111010100111000010101011000110111001000010 | c3abc3a9c2ac6ec3abc3a9c2ac6e42 |
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)