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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 淨?爰?陰 | 1001111111000100001111111110000010100111001111111000100101000001 | 9fc43fe0a73f8941 |
EUC-JP | 淨?爰?陰 | 1101111011000110001111111110000010101001001111111011000110100010 | dec63fe0a93fb1a2 |
UTF-8 | 淨렞爰렪陰 | 111001101011011110101000111010111010000010011110111001111000100010110000111010111010000010101010111010011001100110110000 | e6b7a8eba09ee788b0eba0aae999b0 |
UHC | 淨렞爰렪陰 | 11101111111001001000111010101111111010101011101010001110101110001110101111100100 | efe48eafeaba8eb8ebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)