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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鳶?悅? | 100100111100111000111111111110101011110100111111 | 93ce3ffabd3f |
EUC-JP | 鳶??? | 1100011011010000001111110011111100111111 | c6d03f3f3f |
UTF-8 | 鳶랳悅며 | 111010011011001110110110111010111001111010110011111001101000001010000101111010111010100110110000 | e9b3b6eb9eb3e68285eba9b0 |
UHC | 鳶랳悅며 | 1110011011101001100011100100111111100110111011011011100011100111 | e6e98e4fe6edb8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)