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 | 芫窮イ藝 | 11100100100010111000101110000111101100101110010101011001 | e48b8b87b2e559 |
EUC-JP | 芫窮イ藝 | 1110011111101011101101011110011110001110101100101110100110111010 | e7ebb5e78eb2e9ba |
UTF-8 | 芫窮イ藝 | 111010001000101010101011111001111010101010101110111011111011110110110010111010001001011110011101 | e88aabe7aaaeefbdb2e8979d |
UHC | ?窮?藝 | 001111111100111111100011001111111110011111011101 | 3fcfe33fe7dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)