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 | 釣??紺 | 100100101101111000111111001111111000110110101110 | 92de3f3f8dae |
EUC-JP | 釣??紺 | 110001001110000000111111001111111011101010110000 | c4e03f3fbab0 |
UTF-8 | 釣닿렯紺 | 111010011000011110100011111010111000101110111111111010111010000010101111111001111011010010111010 | e987a3eb8bbfeba0afe7b4ba |
UHC | 釣닿렯紺 | 1111000011100101101101001110101010001110101111001100101011111010 | f0e5b4ea8ebccafa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)