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 | 茘器蒐蔘 | 1110010010101011100010101110110110001111010011101110010011110011 | e4ab8aed8f4ee4f3 |
EUC-JP | 茘器蒐蔘 | 1110100010101101101101001110111110111101101011111110100011110101 | e8adb4efbdafe8f5 |
UTF-8 | 茘器蒐蔘 | 111010001000110010011000111001011001100110101000111010001001001010010000111010001001010010011000 | e88c98e599a8e89290e89498 |
UHC | ?器蒐蔘 | 00111111110100001110111111100010101111011101111110111000 | 3fd0efe2bddfb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)