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 | シイ丈ワシ濘 | 1011110010110010100011111110010011011100101111001110000001011110 | bcb28fe4dcbce05e |
EUC-JP | シイ丈ワシ濘 | 100011101011110010001110101100101011111011100110100011101101110010001110101111001101111110111111 | 8ebc8eb2bee68edc8ebcdfbf |
UTF-8 | シイ丈ワシ濘 | 111011111011110110111100111011111011110110110010111001001011100010001000111011111011111010011100111011111011110110111100111001101011111110011000 | efbdbcefbdb2e4b888efbe9cefbdbce6bf98 |
UHC | ??丈??? | 00111111001111111110110111011011001111110011111100111111 | 3f3feddb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)