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 | 10010010110011111110000111100000111001111000000010001111010010010011111101000111 | 92cfe1e0e7808f493f47 |
EUC-JP | 佃矜轢終?G | 11000100110100011110001011100010111011011110000010111101101010100011111101000111 | c4d1e2e2ede0bdaa3f47 |
UTF-8 | 佃矜轢終렖G | 11100100101111011000001111100111100111111001110011101000101111011010001011100111101101011000001011101011101000001001011001000111 | e4bd83e79f9ce8bda2e7b582eba09647 |
UHC | 佃矜轢終렖G | 1110111011101100110100001110100011010101111110011111000011111011100011101010101101000111 | eeecd0e8d5f9f0fb8eab47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)