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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 逑皮灯^ | 11100111100100111001010011100111100100111001010001011110 | e79394e793945e |
EUC-JP | 逑皮灯^ | 11101101111100111100100011101001110001011111010001011110 | edf3c8e9c5f45e |
UTF-8 | 逑皮灯^ | 11101001100000001001000111100111100110101010111011100111100000011010111101011110 | e98091e79aaee781af5e |
UHC | 逑皮?^ | 110011111100011111111001101010110011111101011110 | cfc7f9ab3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)