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 | ??C}??C{^ | 001111110011111101000011011111010011111100111111010000110111101101011110 | 3f3f437d3f3f437b5e |
SJIS-WIN | ?讓C}?讓C{^ | 0011111111100110101010000100001101111101001111111110011010101000010000110111101101011110 | 3fe6a8437d3fe6a8437b5e |
EUC-JP | 嶴讓C}嶴讓C{^ | 100011111011101111110011111011001010101001000011011111011000111110111011111100111110110010101010010000110111101101011110 | 8fbbf3ecaa437d8fbbf3ecaa437b5e |
UTF-8 | 嶴讓C}嶴讓C{^ | 1110010110110110101101001110100010101110100100110100001101111101111001011011011010110100111010001010111010010011010000110111101101011110 | e5b6b4e8ae93437de5b6b4e8ae93437b5e |
UHC | ?讓C}?讓C{^ | 0011111111100101110100110100001101111101001111111110010111010011010000110111101101011110 | 3fe5d3437d3fe5d3437b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)