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 | 霓娯с粃 | 1110100010111101100011001110001010000100100000111110001011100001 | e8bd8ce28483e2e1 |
EUC-JP | 霓娯с粃 | 1111000010111111101110001110010010100111111000111110010011100011 | f0bfb8e4a7e3e4e3 |
UTF-8 | 霓娯с粃 | 1110100110011100100100111110010110101000101011111101000110000001111001111011001010000011 | e99c93e5a8afd181e7b283 |
UHC | 霓?с粃 | 11100111111001110011111110101100111000111101110111111011 | e7e73face3ddfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)