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 | ?d?? | 00111111011001000011111100111111 | 3f643f3f |
SJIS-WIN | 涌d唸疽 | 10010111010011110110010010011010010110001110000101110011 | 974f649a58e173 |
EUC-JP | 涌d唸疽 | 11001101101100000110010011010011101110011110000111010100 | cdb064d3b9e1d4 |
UTF-8 | 涌d唸疽 | 11100110101101101000110001100100111001011001010010111000111001111001011010111101 | e6b68c64e594b8e796bd |
UHC | 涌d?疽 | 111010011011111101100100001111111110111011000101 | e9bf643feec5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)