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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?輕? | 00111111111001110110101000111111 | 3fe76a3f |
EUC-JP | 洧輕? | 100011111100011110110100111011011100101100111111 | 8fc7b4edcb3f |
UTF-8 | 洧輕렲 | 111001101011010010100111111010001011110010010101111010111010000010110010 | e6b4a7e8bc95eba0b2 |
UHC | 洧輕렲 | 111010101111101111001100111011101000111010111111 | eafbccee8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)