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 | 誘g?游 | 10010111010101011000001010000111001111111001111111100000 | 975582873f9fe0 |
EUC-JP | 誘g?游 | 11001101101101101010001111100111001111111101111011100010 | cdb6a3e73fdee2 |
UTF-8 | 誘g뙥游 | 111010001010101010011000111011111011110110000111111010111001100110100101111001101011100010111000 | e8aa98efbd87eb99a5e6b8b8 |
UHC | 誘g뙥游 | 1110101110101111101000111110011110001100101010011110101011111101 | ebafa3e78ca9eafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)