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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 嶸湿[嶸湿[^ | 1111101010110100100011101011110001011011111110101011010010001110101111000101101101011110 | fab48ebc5bfab48ebc5b5e |
EUC-JP | 嶸湿[嶸湿[^ | 10001111101110111111010010111100101111100101101110001111101110111111010010111100101111100101101101011110 | 8fbbf4bcbe5b8fbbf4bcbe5b5e |
UTF-8 | 嶸湿[嶸湿[^ | 111001011011011010111000111001101011100110111111010110111110010110110110101110001110011010111001101111110101101101011110 | e5b6b8e6b9bf5be5b6b8e6b9bf5b5e |
UHC | 嶸?[嶸?[^ | 111001111010111000111111010110111110011110101110001111110101101101011110 | e7ae3f5be7ae3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)