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 | 蔗種秋萬 | 1110010011110010100011101110110110001111010010001110010011011101 | e4f28eed8f48e4dd |
EUC-JP | 蔗種秋萬 | 1110100011110100101111001110111110111101101010011110100011011111 | e8f4bcefbda9e8df |
UTF-8 | 蔗種秋萬 | 111010001001010010010111111001111010100010101110111001111010011110001011111010001001000010101100 | e89497e7a8aee7a78be890ac |
UHC | 蔗種秋萬 | 1110110110111101111100001111101011110101110101011101100010111111 | edbdf0faf5d5d8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)