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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 息歎蔵速P | 100100011010011110010010010101101001000110100000100100011010110001010000 | 91a7925691a091ac50 |
EUC-JP | 息歎蔵速P | 110000101010100111000011101101111100001010100010110000101010111001010000 | c2a9c3b7c2a2c2ae50 |
UTF-8 | 息歎蔵速P | 11100110100000011010111111100110101011011000111011101000100101001011010111101001100000001001111101010000 | e681afe6ad8ee894b5e9809f50 |
UHC | 息歎?速P | 1110001111010011111101111010011100111111111000011101110001010000 | e3d3f7a73fe1dc50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)