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 | 言??辱 | 100011001011111000111111001111111001000001001010 | 8cbe3f3f904a |
EUC-JP | 言??辱 | 101110001100000000111111001111111011111110101011 | b8c03f3fbfab |
UTF-8 | 言㎫츘辱 | 111010001010100010000000111000111000111010101011111011001011100010011000111010001011111010110001 | e8a880e38eabecb898e8beb1 |
UHC | 言㎫츘辱 | 1110010111101011101001111110011110101110100100101110100110110100 | e5eba7e7ae92e9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)