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??\??H | 001111110011111101001110001111110011111101011100001111110011111101001000 | 3f3f4e3f3f5c3f3f48 |
SJIS-WIN | ?ェN?ェ\?ェH | 001111111010101001001110001111111010101001011100001111111010101001001000 | 3faa4e3faa5c3faa48 |
EUC-JP | ?ェN?ェ\?ェH | 001111111000111010101010010011100011111110001110101010100101110000111111100011101010101001001000 | 3f8eaa4e3f8eaa5c3f8eaa48 |
UTF-8 | 䵸ェN䵸ェ\䵸ェH | 111001001011010110111000111011111011110110101010010011101110010010110101101110001110111110111101101010100101110011100100101101011011100011101111101111011010101001001000 | e4b5b8efbdaa4ee4b5b8efbdaa5ce4b5b8efbdaa48 |
UHC | ??N??\??H | 001111110011111101001110001111110011111101011100001111110011111101001000 | 3f3f4e3f3f5c3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)