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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 谿曙絢^ | 11100110101011101000111110001100100010001011101001011110 | e6ae8f8c88ba5e |
EUC-JP | 谿曙絢^ | 11101100101100001011110111101100101100001011110001011110 | ecb0bdecb0bc5e |
UTF-8 | 谿曙絢^ | 11101000101100001011111111100110100110111001100111100111101101011010001001011110 | e8b0bfe69b99e7b5a25e |
UHC | 谿曙絢^ | 11001101101011001101111111110101111110101110001001011110 | cdacdff5fae25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)