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 | ??臍 | 00111111001111111110010001100000 | 3f3fe460 |
EUC-JP | ??臍 | 00111111001111111110011111000001 | 3f3fe7c1 |
UTF-8 | 亐렊臍 | 111001001011101010010000111010111010000010001010111010001000011110001101 | e4ba90eba08ae8878d |
UHC | 亐렊臍 | 111010101010011110001110101000011111000010110000 | eaa78ea1f0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)