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 | ハ魍ャ | 1111000011111011110010101110100110110001111110011111000010101100 | f0fbcae9b1f9f0ac |
EUC-JP | ?ハ魍?ャ | 0011111110001110110010101111001010110011001111111000111010101100 | 3f8ecaf2b33f8eac |
UTF-8 | ハ魍ャ | 111011101000001010111010111011111011111010001010111010011010110110001101111011101001110110001011111011111011110110101100 | ee82baefbe8ae9ad8dee9d8befbdac |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)