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 | 饌糒\}饌糒\{^ | 11101001011000011110001011110011010111000111110111101001011000011110001011110011010111000111101101011110 | e961e2f35c7de961e2f35c7b5e |
EUC-JP | 饌糒\}饌糒\{^ | 11110001110000101110010011110101010111000111110111110001110000101110010011110101010111000111101101011110 | f1c2e4f55c7df1c2e4f55c7b5e |
UTF-8 | 饌糒\}饌糒\{^ | 1110100110100101100011001110011110110011100100100101110001111101111010011010010110001100111001111011001110010010010111000111101101011110 | e9a58ce7b3925c7de9a58ce7b3925c7b5e |
UHC | 饌?\}饌?\{^ | 1111001111001010001111110101110001111101111100111100101000111111010111000111101101011110 | f3ca3f5c7df3ca3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)