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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 全???釣? | 1001000101010011001111110011111100111111100100101101111000111111 | 91533f3f3f92de3f |
EUC-JP | 全?栯?釣? | 11000001101101000011111110001111110000111101001000111111110001001110000000111111 | c1b43f8fc3d23fc4e03f |
UTF-8 | 全렣栯렩釣숄 | 111001011000010110101000111010111010000010100011111001101010000010101111111010111010000010101001111010011000011110100011111011001000100010000100 | e585a8eba0a3e6a0afeba0a9e987a3ec8884 |
UHC | 全렣栯렩釣숄 | 111011101110111110001110101101001110100111110001100011101011011111110000111001011011110011110001 | eeef8eb4e9f18eb7f0e5bcf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)