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 | 源??耶 | 100011001011100100111111001111111001011011101011 | 8cb93f3f96eb |
EUC-JP | 源??耶 | 101110001011101100111111001111111100110011101101 | b8bb3f3fcced |
UTF-8 | 源뚮뼭耶 | 111001101011101010010000111010111001101010101110111010111011110010101101111010001000000010110110 | e6ba90eb9aaeebbcade880b6 |
UHC | 源뚮뼭耶 | 1110101010111001100011001110101110010110101100001110010110101101 | eab98ceb96b0e5ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)