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 | ??U}??U{^ | 001111110011111101010101011111010011111100111111010101010111101101011110 | 3f3f557d3f3f557b5e |
SJIS-WIN | ?〓U}?〓U{^ | 0011111110000001101011000101010101111101001111111000000110101100010101010111101101011110 | 3f81ac557d3f81ac557b5e |
EUC-JP | ?〓U}?〓U{^ | 0011111110100010101011100101010101111101001111111010001010101110010101010111101101011110 | 3fa2ae557d3fa2ae557b5e |
UTF-8 | ∼〓U}∼〓U{^ | 1110001010001000101111001110001110000000100100110101010101111101111000101000100010111100111000111000000010010011010101010111101101011110 | e288bce38093557de288bce38093557b5e |
UHC | ∼〓U}∼〓U{^ | 10100001101011011010000111101011010101010111110110100001101011011010000111101011010101010111101101011110 | a1ada1eb557da1ada1eb557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)