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 | 蜑ー蟆樒ォ | 1110010110001001101100001110010110110000100111101110011110101011 | e589b0e5b09ee7ab |
EUC-JP | 蜑ー蟆樒ォ | 11101001111010011000111010110000111010101011001011011100111010011000111010101011 | e9e98eb0eab2dce98eab |
UTF-8 | 蜑ー蟆樒ォ | 111010001001110010010001111011111011110110110000111010001001111110000110111001101010100010010010111011111011110110101011 | e89c91efbdb0e89f86e6a892efbdab |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)