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?? | 001111110011111100111111010000010011111100111111 | 3f3f3f413f3f |
SJIS-WIN | 船??A選跣 | 100100010100010000111111001111110100000110010001010010011110011011101111 | 91443f3f419149e6ef |
EUC-JP | 船璿瑄A選跣 | 11000001101001011000111111001100111010011000111111001100101110010100000111000001101010101110110011110001 | c1a58fcce98fccb941c1aaecf1 |
UTF-8 | 船璿瑄A選跣 | 11101000100010001011100111100111100100101011111111100111100100011000010001000001111010011000000110111000111010001011011110100011 | e888b9e792bfe7918441e981b8e8b7a3 |
UHC | 船璿瑄A選跣 | 1110000011001111111000001100011111100000110001010100000111100000110101001110000011010011 | e0cfe0c7e0c541e0d4e0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)