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 | ?氓?岳?鳶 | 001111111001111110000010001111111000101001111000001111111001001111001110 | 3f9f823f8a783f93ce |
EUC-JP | ?氓?岳?鳶 | 001111111101110111100010001111111011001111011001001111111100011011010000 | 3fdde23fb3d93fc6d0 |
UTF-8 | 뤗氓풇岳렱鳶 | 111010111010010010010111111001101011000010010011111011011001001010000111111001011011001010110011111010111010000010110001111010011011001110110110 | eba497e6b093ed9287e5b2b3eba0b1e9b3b6 |
UHC | 뤗氓풇岳렱鳶 | 100011111100011111011000111011001011111010001111111001001011111110001110101111101110011011101001 | 8fc7d8ecbe8fe4bf8ebee6e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)