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 | 閼ッ豢サ縺 | 1110100010000100101011111110011010110100101110111110001110000001 | e884afe6b4bbe381 |
EUC-JP | 閼ッ豢サ縺 | 11101111111001001000111010101111111011001011011010001110101110111110010111100001 | efe48eafecb68ebbe5e1 |
UTF-8 | 閼ッ豢サ縺 | 111010011001011010111100111011111011110110101111111010001011000110100010111011111011110110111011111001111011100010111010 | e996bcefbdafe8b1a2efbdbbe7b8ba |
UHC | 閼???? | 111001001101100100111111001111110011111100111111 | e4d93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)