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 | 池伎斌 | 100100100111001010001010111010101001010101101011 | 92728aea956b |
EUC-JP | 池伎斌 | 110000111101001110110100111011001100100111001100 | c3d3b4ecc9cc |
UTF-8 | 池伎斌 | 111001101011000110100000111001001011110010001110111001101001011010001100 | e6b1a0e4bc8ee6968c |
UHC | 池伎斌 | 111100101010111011010000111010111101111010110000 | f2aed0ebdeb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)