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 | 蜑ェ彧隷ア | 1110010110001001101010101111101010111001100101111110101010110001 | e589aafab997eab1 |
EUC-JP | 蜑ェ彧隷ア | 1110100111101001100011101010101010001111101111001111111011001110111011001000111010110001 | e9e98eaa8fbcfeceec8eb1 |
UTF-8 | 蜑ェ彧隷ア | 111010001001110010010001111011111011110110101010111001011011110110100111111010011001101010110111111011111011110110110001 | e89c91efbdaae5bda7e99ab7efbdb1 |
UHC | ??彧隷? | 00111111001111111110100111101110110101101100101100111111 | 3f3fe9eed6cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)