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 | ????A? | 001111110011111100111111001111110100000100111111 | 3f3f3f3f413f |
SJIS-WIN | 稟頃??A? | 1110001001100111100011011010000000111111001111110100000100111111 | e2678da03f3f413f |
EUC-JP | 稟頃??A? | 1110001111001000101110101010001000111111001111110100000100111111 | e3c8baa23f3f413f |
UTF-8 | 稟頃렰렔A飇 | 11100111101010001001111111101001101000001000001111101011101000001011000011101011101000001001010001000001111010011010001110000111 | e7a89fe9a083eba0b0eba09441e9a387 |
UHC | 稟頃렰렔A飇 | 1111100110100010110011001111000110001110101111011000111010101001010000011111100011111100 | f9a2ccf18ebd8ea941f8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)