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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隗ヨ聢ホ | 1110100010100111110101101110001111011100110011101111011011010100 | e8a7d6e3dccef6d4 |
EUC-JP | 隗ヨ聢ホ? | 111100001010100110001110110101101110011011011110100011101100111000111111 | f0a98ed6e6de8ece3f |
UTF-8 | 隗ヨ聢ホ | 111010011001101010010111111011111011111010010110111010001000000110100010111011111011111010001110111011101001001110111011 | e99a97efbe96e881a2efbe8eee93bb |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)