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 | 靜??移? | 11101000110011100011111100111111100010001101101000111111 | e8ce3f3f88da3f |
EUC-JP | 靜??移? | 11110000110100000011111100111111101100001101110000111111 | f0d03f3fb0dc3f |
UTF-8 | 靜띄쨌移렦 | 111010011001110110011100111010111001110110000100111011001010100010001100111001111010011110111011111010111010000010100110 | e99d9ceb9d84eca88ce7a7bbeba0a6 |
UHC | 靜띄쨌移렦 | 11110000101000011011011011100111110000101011011111101100101110011000111010110101 | f0a1b6e7c2b7ecb98eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)