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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 掌??掌 | 100011111011011000111111001111111000111110110110 | 8fb63f3f8fb6 |
EUC-JP | 掌??掌 | 101111101011100000111111001111111011111010111000 | beb83f3fbeb8 |
UTF-8 | 掌숂뼻掌 | 111001101000111010001100111011001000100010000010111010111011110010111011111001101000111010001100 | e68e8cec8882ebbcbbe68e8c |
UHC | 掌숂뼻掌 | 1110110111100110100110011110011110010110101111101110110111100110 | ede699e796beede6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)