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 | 禎???淀? | 1001001011110101001111110011111100111111100101111000010000111111 | 92f53f3f3f97843f |
EUC-JP | 禎?醬?淀? | 11000100111101110011111110001111111000101111001100111111110011011110010000111111 | c4f73f8fe2f33fcde43f |
UTF-8 | 禎렓醬렊淀렪 | 111001111010011010001110111010111010000010010011111010011000011010101100111010111010000010001010111001101011011110000000111010111010000010101010 | e7a68eeba093e986aceba08ae6b780eba0aa |
UHC | 禎렓醬렊淀렪 | 111011111110111010001110101010001110110111111101100011101010000111101111111000111000111010111000 | efee8ea8edfd8ea1efe38eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)