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 | 霓娯с竏 | 1110100010111101100011001110001010000100100000111110001010001000 | e8bd8ce28483e288 |
EUC-JP | 霓娯с竏 | 1111000010111111101110001110010010100111111000111110001111101000 | f0bfb8e4a7e3e3e8 |
UTF-8 | 霓娯с竏 | 1110100110011100100100111110010110101000101011111101000110000001111001111010101110001111 | e99c93e5a8afd181e7ab8f |
UHC | 霓?с? | 111001111110011100111111101011001110001100111111 | e7e73face33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)