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 | ?k?泣η? | 001111111000001010001011001111111000101110000011100000111100010100111111 | 3f828b3f8b8383c53f |
EUC-JP | 渶k?泣η? | 1000111111000111111011011010001111101011001111111011010111100011101001101100011100111111 | 8fc7eda3eb3fb5e3a6c73f |
UTF-8 | 渶k굢泣η독 | 1110011010111000101101101110111110111101100010111110101010110101101000101110011010110011101000111100111010110111111010111000111110000101 | e6b8b6efbd8beab5a2e6b3a3ceb7eb8f85 |
UHC | 渶k굢泣η독 | 111001111011011110100011111010111000001010001001111010111110100010100101111001111011010110110110 | e7b7a3eb8289ebe8a5e7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)