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 | 釣??釣 | 100100101101111000111111001111111001001011011110 | 92de3f3f92de |
EUC-JP | 釣??釣 | 110001001110000000111111001111111100010011100000 | c4e03f3fc4e0 |
UTF-8 | 釣닿뗄釣 | 111010011000011110100011111010111000101110111111111010111001011110000100111010011000011110100011 | e987a3eb8bbfeb9784e987a3 |
UHC | 釣닿뗄釣 | 1111000011100101101101001110101010110110101111111111000011100101 | f0e5b4eab6bff0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)