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 | 菠螂ウヨ | 111001001100100011100101101001011011001111010110 | e4c8e5a5b3d6 |
EUC-JP | 菠螂ウヨ | 1110100011001010111010101010011110001110101100111000111011010110 | e8caeaa78eb38ed6 |
UTF-8 | 菠螂ウヨ | 111010001000111110100000111010001001111010000010111011111011110110110011111011111011111010010110 | e88fa0e89e82efbdb3efbe96 |
UHC | ?螂?? | 0011111111010101110011000011111100111111 | 3fd5cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)