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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鼇?キ? | 111010101000011100111111100000110100110000111111 | ea873f834c3f |
EUC-JP | 鼇?キ? | 111100111110011100111111101001011010110100111111 | f3e73fa5ad3f |
UTF-8 | 鼇귞キ溜 | 111010011011110010000111111010101011011110011110111000111000001010101101111011111010011110001011 | e9bc87eab79ee382adefa78b |
UHC | 鼇귞キ溜 | 1110100010101000100000101110011110101011101011011110101011111110 | e8a882e7abadeafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)