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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 癲??乙?F | 1110000110011111001111110011111110001001101100110011111101000110 | e19f3f3f89b33f46 |
EUC-JP | 癲??乙?F | 1110001010100001001111110011111110110010101101010011111101000110 | e2a13f3fb2b53f46 |
UTF-8 | 癲싰퀡乙텯F | 11100111100110011011001011101100100010111011000011101101100000001010000111100100101110011001100111101101100001011010111101000110 | e799b2ec8bb0ed80a1e4b999ed85af46 |
UHC | 癲싰퀡乙텯F | 1110111110100110100110101110101010110011100101011110101111100000101101110100001001000110 | efa69aeab395ebe0b74246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)