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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鳶?悅?? | 10010011110011100011111111111010101111010011111100111111 | 93ce3ffabd3f3f |
EUC-JP | 鳶???? | 110001101101000000111111001111110011111100111111 | c6d03f3f3f3f |
UTF-8 | 鳶랳悅며룉 | 111010011011001110110110111010111001111010110011111001101000001010000101111010111010100110110000111010111010001110001001 | e9b3b6eb9eb3e68285eba9b0eba389 |
UHC | 鳶랳悅며룉 | 11100110111010011000111001001111111001101110110110111000111001111000111110001000 | e6e98e4fe6edb8e78f88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)