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 | 艶zじ撓 | 1000100110010000100000101001101010000010101101101001110110011010 | 8990829a82b69d9a |
EUC-JP | 艶zじ撓 | 1011000111110000101000111111101010100100101110001101100111111010 | b1f0a3faa4b8d9fa |
UTF-8 | 艶zじ撓 | 111010001000100110110110111011111011110110011010111000111000000110011000111001101001001010010011 | e889b6efbd9ae38198e69293 |
UHC | 艶zじ撓 | 1110011011111101101000111111101010101010101110001110100011110101 | e6fda3faaab8e8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)