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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?願鬚 | 0011111110001010111010001110100110100010 | 3f8ae8e9a2 |
EUC-JP | ?願鬚 | 0011111110110100111010101111001010100100 | 3fb4eaf2a4 |
UTF-8 | 곗願鬚 | 111010101011001110010111111010011010000110011000111010011010110010011010 | eab397e9a198e9ac9a |
UHC | 곗願鬚 | 101100001110110011101010110000111110001011010001 | b0eceac3e2d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)