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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 旋嘶}旋嘶{^ | 1001000011111001100110100111110001111101100100001111100110011010011111000111101101011110 | 90f99a7c7d90f99a7c7b5e |
EUC-JP | 旋嘶}旋嘶{^ | 1100000011111011110100111101110101111101110000001111101111010011110111010111101101011110 | c0fbd3dd7dc0fbd3dd7b5e |
UTF-8 | 旋嘶}旋嘶{^ | 111001101001011110001011111001011001100010110110011111011110011010010111100010111110010110011000101101100111101101011110 | e6978be598b67de6978be598b67b5e |
UHC | 旋嘶}旋嘶{^ | 1110000011000001111000111011011001111101111000001100000111100011101101100111101101011110 | e0c1e3b67de0c1e3b67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)