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 | ??^??^ | 001111110011111101011110001111110011111101011110 | 3f3f5e3f3f5e |
SJIS-WIN | 辿谷^辿谷^ | 10010010010010001001001001001010010111101001001001001000100100100100101001011110 | 9248924a5e9248924a5e |
EUC-JP | 辿谷^辿谷^ | 11000011101010011100001110101011010111101100001110101001110000111010101101011110 | c3a9c3ab5ec3a9c3ab5e |
UTF-8 | 辿谷^辿谷^ | 1110100010111110101111111110100010110000101101110101111011101000101111101011111111101000101100001011011101011110 | e8bebfe8b0b75ee8bebfe8b0b75e |
UHC | ?谷^?谷^ | 0011111111001101110110110101111000111111110011011101101101011110 | 3fcddb5e3fcddb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)