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 | 蜑ェ彧俯 | 11100101100010011010101011111010101110011001100011101011 | e589aafab998eb |
EUC-JP | 蜑ェ彧俯 | 111010011110100110001110101010101000111110111100111111101101000011101101 | e9e98eaa8fbcfed0ed |
UTF-8 | 蜑ェ彧俯 | 111010001001110010010001111011111011110110101010111001011011110110100111111001001011111110101111 | e89c91efbdaae5bda7e4bfaf |
UHC | ??彧俯 | 001111110011111111101001111011101101110011110110 | 3f3fe9eedcf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)