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 | 遖ケ驕≫ | 11100111101001101011100111101001100000011000000111100010 | e7a6b9e98181e2 |
EUC-JP | 遖ケ驕≫ | 1110111010101000100011101011100111110001111000011010001011100100 | eea88eb9f1e1a2e4 |
UTF-8 | 遖ケ驕≫ | 111010011000000110010110111011111011110110111001111010011010100110010101111000101000100110101011 | e98196efbdb9e9a995e289ab |
UHC | ??驕≫ | 001111110011111111001110111101101010000111101101 | 3f3fcef6a1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)