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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | シル蔗セ銛諶 | 101111001101100111100100111100101011111011100111111100111111101110101010 | bcd9e4f2bee7f3fbaa |
EUC-JP | シル蔗セ銛諶 | 10001110101111001000111011011001111010001111010010001110101111101110111011110101100011111101111010110101 | 8ebc8ed9e8f48ebeeef58fdeb5 |
UTF-8 | シル蔗セ銛諶 | 111011111011110110111100111011111011111010011001111010001001010010010111111011111011110110111110111010011000101010011011111010001010101110110110 | efbdbcefbe99e89497efbdbee98a9be8abb6 |
UHC | ??蔗??諶 | 0011111100111111111011011011110100111111001111111110010010100110 | 3f3fedbd3f3fe4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)