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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 梱?\}梱?\{^ | 1000110110101011001111110101110001111101100011011010101100111111010111000111101101011110 | 8dab3f5c7d8dab3f5c7b5e |
EUC-JP | 梱?\}梱?\{^ | 1011101010101101001111110101110001111101101110101010110100111111010111000111101101011110 | baad3f5c7dbaad3f5c7b5e |
UTF-8 | 梱죈\}梱죈\{^ | 1110011010100010101100011110110010100011100010000101110001111101111001101010001010110001111011001010001110001000010111000111101101011110 | e6a2b1eca3885c7de6a2b1eca3885c7b5e |
UHC | 梱죈\}梱죈\{^ | 11001101111000011100000111001100010111000111110111001101111000011100000111001100010111000111101101011110 | cde1c1cc5c7dcde1c1cc5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)