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 | 鈿ォ辣臥ォ | 1110011111101101101010111110011110000101100010011110011110101011 | e7edabe78589e7ab |
EUC-JP | 鈿ォ辣臥ォ | 11101110111011111000111010101011111011011110010110110010111010011000111010101011 | eeef8eabede5b2e98eab |
UTF-8 | 鈿ォ辣臥ォ | 111010011000100010111111111011111011110110101011111010001011111010100011111010001000011110100101111011111011110110101011 | e988bfefbdabe8bea3e887a5efbdab |
UHC | 鈿?辣臥? | 1110111110101111001111111101010110111000111010001100001000111111 | efaf3fd5b8e8c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)