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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 短贈造竪他 | 10010010010110101001000110100001100100011010001010010010010001111001000110111100 | 925a91a191a2924791bc |
EUC-JP | 短贈造竪他 | 11000011101110111100001010100011110000101010010011000011101010001100001010111110 | c3bbc2a3c2a4c3a8c2be |
UTF-8 | 短贈造竪他 | 111001111001111110101101111010001011010010001000111010011000000010100000111001111010101110101010111001001011101110010110 | e79fade8b488e980a0e7abaae4bb96 |
UHC | 短贈造竪他 | 11010011101011011111000111111100111100001110001111100010101101011111011011100010 | d3adf1fcf0e3e2b5f6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)