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 | 霓娯с繝 | 1110100010111101100011001110001010000100100000111110001110000011 | e8bd8ce28483e383 |
EUC-JP | 霓娯с繝 | 1111000010111111101110001110010010100111111000111110010111100011 | f0bfb8e4a7e3e5e3 |
UTF-8 | 霓娯с繝 | 1110100110011100100100111110010110101000101011111101000110000001111001111011100110011101 | e99c93e5a8afd181e7b99d |
UHC | 霓?с? | 111001111110011100111111101011001110001100111111 | e7e73face33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)