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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髀啄ы | 111010011000111110010001111011011000010010001101 | e98f91ed848d |
EUC-JP | 髀啄ы | 111100011110111111000010111011111010011111101101 | f1efc2efa7ed |
UTF-8 | 髀啄ы | 1110100110101011100000001110010110010101100001001101000110001011 | e9ab80e59584d18b |
UHC | ?啄ы | 0011111111110110111100101010110011101101 | 3ff6f2aced |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)