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 | 衒室治上 | 1110010111001000100011101011101010001110101000011000111111100011 | e5c88eba8ea18fe3 |
EUC-JP | 衒室治上 | 1110101011001010101111001011110010111100101000111011111011100101 | eacabcbcbca3bee5 |
UTF-8 | 衒室治上 | 111010001010000110010010111001011010111010100100111001101011001010111011111001001011100010001010 | e8a192e5aea4e6b2bbe4b88a |
UHC | 衒室治上 | 1111101011100101111000111111100011110110101111011101111110111110 | fae5e3f8f6bddfbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)