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唸獏 | 10010111010011110110010010011010010110001110000011010001 | 974f649a58e0d1 |
EUC-JP | 涌d唸獏 | 11001101101100000110010011010011101110011110000011010011 | cdb064d3b9e0d3 |
UTF-8 | 涌d唸獏 | 11100110101101101000110001100100111001011001010010111000111001111000110110001111 | e6b68c64e594b8e78d8f |
UHC | 涌d?? | 1110100110111111011001000011111100111111 | e9bf643f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)