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 | 谷属束辿息 | 10010010010010101001000110101110100100011010100110010010010010001001000110100111 | 924a91ae91a9924891a7 |
EUC-JP | 谷属束辿息 | 11000011101010111100001010110000110000101010101111000011101010011100001010101001 | c3abc2b0c2abc3a9c2a9 |
UTF-8 | 谷属束辿息 | 111010001011000010110111111001011011000110011110111001101001110110011111111010001011111010111111111001101000000110101111 | e8b0b7e5b19ee69d9fe8bebfe681af |
UHC | 谷?束?息 | 1100110111011011001111111110000111010110001111111110001111010011 | cddb3fe1d63fe3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)