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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | 瑩矜轢終?G | 11100000111100001110000111100000111001111000000010001111010010010011111101000111 | e0f0e1e0e7808f493f47 |
EUC-JP | 瑩矜轢終?G | 11100000111100101110001011100010111011011110000010111101101010100011111101000111 | e0f2e2e2ede0bdaa3f47 |
UTF-8 | 瑩矜轢終렖G | 11100111100100011010100111100111100111111001110011101000101111011010001011100111101101011000001011101011101000001001011001000111 | e791a9e79f9ce8bda2e7b582eba09647 |
UHC | 瑩矜轢終렖G | 1111101110101001110100001110100011010101111110011111000011111011100011101010101101000111 | fba9d0e8d5f9f0fb8eab47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)