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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 娥期娥期^ | 100110110100110110001010111110101001101101001101100010101111101001011110 | 9b4d8afa9b4d8afa5e |
EUC-JP | 娥期娥期^ | 110101011010111010110100111111001101010110101110101101001111110001011110 | d5aeb4fcd5aeb4fc5e |
UTF-8 | 娥期娥期^ | 11100101101010001010010111100110100111001001111111100101101010001010010111100110100111001001111101011110 | e5a8a5e69c9fe5a8a5e69c9f5e |
UHC | 娥期娥期^ | 111001001011000011010001101000101110010010110000110100011010001001011110 | e4b0d1a2e4b0d1a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)