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 | 杓質丈 | 100011101101101110001110101111111000111111100100 | 8edb8ebf8fe4 |
EUC-JP | 杓質丈 | 101111001101110110111100110000011011111011100110 | bcddbcc1bee6 |
UTF-8 | 杓質丈 | 111001101001110110010011111010001011001110101010111001001011100010001000 | e69d93e8b3aae4b888 |
UHC | 杓質丈 | 111110001111010111110010111101011110110111011011 | f8f5f2f5eddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)