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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 蜑喜万Y | 11100101100010011000101011101100100101101001110001011001 | e5898aec969c59 |
EUC-JP | 蜑喜万Y | 11101001111010011011010011101110110010111111110001011001 | e9e9b4eecbfc59 |
UTF-8 | 蜑喜万Y | 11101000100111001001000111100101100101101001110011100100101110001000011101011001 | e89c91e5969ce4b88759 |
UHC | ?喜万Y | 001111111111110111101100110110001011001001011001 | 3ffdecd8b259 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)