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 | 施仰塑 | 100011100111101110001011110000101001000101011001 | 8e7b8bc29159 |
EUC-JP | 施仰塑 | 101110111101110010110110110001001100000110111010 | bbdcb6c4c1ba |
UTF-8 | 施仰塑 | 111001101001011010111101111001001011101110110000111001011010000110010001 | e696bde4bbb0e5a191 |
UHC | 施仰塑 | 111000111011111111100100111001101110000110110001 | e3bfe4e6e1b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)