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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瓠校i釣? | 111000010100000010001101010110101000001010001001100100101101111000111111 | e1408d5a828992de3f |
EUC-JP | 瓠校i釣? | 111000011010000110111001101110111010001111101001110001001110000000111111 | e1a1b9bba3e9c4e03f |
UTF-8 | 瓠校i釣면 | 111001111001001110100000111001101010000010100001111011111011110110001001111010011000011110100011111010111010100110110100 | e793a0e6a0a1efbd89e987a3eba9b4 |
UHC | 瓠校i釣면 | 11111011110100101100111011101000101000111110100111110000111001011011100011101001 | fbd2cee8a3e9f0e5b8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)