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 | 跚倡芦踈 | 1110011011100111100110001110011110001000101100001110011011110001 | e6e798e788b0e6f1 |
EUC-JP | 跚倡芦踈 | 1110110011101001110100001110100110110000101100101110110011110011 | ece9d0e9b0b2ecf3 |
UTF-8 | 跚倡芦踈 | 111010001011011110011010111001011000000010100001111010001000101010100110111010001011100010001000 | e8b79ae580a1e88aa6e8b888 |
UHC | ?倡芦? | 001111111111001111011011111110111101100000111111 | 3ff3dbfbd83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)