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 | 璋?持麥? | 1110000011110110001111111000111010011101111010100110110100111111 | e0f63f8e9dea6d3f |
EUC-JP | 璋?持麥? | 1110000011111000001111111011101111111101111100111100111000111111 | e0f83fbbfdf3ce3f |
UTF-8 | 璋렭持麥쥘 | 111001111001001010001011111010111010000010101101111001101000110010000001111010011011101010100101111011001010010110011000 | e7928beba0ade68c81e9baa5eca598 |
UHC | 璋렭持麥쥘 | 11101101111100001000111010111010111100101010010111011000111010101100000111100110 | edf08ebaf2a5d8eac1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)