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 | 鬱氓???汀 | 100111110101010010011111100000100011111100111111001111111001001011110011 | 9f549f823f3f3f92f3 |
EUC-JP | 鬱氓???汀 | 110111011011010111011101111000100011111100111111001111111100010011110101 | ddb5dde23f3f3fc4f5 |
UTF-8 | 鬱氓렮댄셈汀 | 111010011010110010110001111001101011000010010011111010111010000010101110111010111000110010000100111011001000010110001000111001101011000110000000 | e9acb1e6b093eba0aeeb8c84ec8588e6b180 |
UHC | 鬱氓렮댄셈汀 | 111010101010011011011000111011001000111010111011101101001110110110111100110000001110111111100010 | eaa6d8ec8ebbb4edbcc0efe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)