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 | 域??惟 | 100010001110011000111111001111111000100011010010 | 88e63f3f88d2 |
EUC-JP | 域??惟 | 101100001110100000111111001111111011000011010100 | b0e83f3fb0d4 |
UTF-8 | 域띕벧惟 | 111001011001111110011111111010111001110110010101111010111011001010100111111001101000001110011111 | e59f9feb9d95ebb2a7e6839f |
UHC | 域띕벧惟 | 1110011010110100101101101110101110111010101001101110101011101110 | e6b4b6ebbaa6eaee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)