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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
EUC-JP | 炤?\}炤?\{^ | 10001111110010011101001000111111010111000111110110001111110010011101001000111111010111000111101101011110 | 8fc9d23f5c7d8fc9d23f5c7b5e |
UTF-8 | 炤葉\}炤葉\{^ | 1110011110000010101001001110111110100101101011100101110001111101111001111000001010100100111011111010010110101110010111000111101101011110 | e782a4efa5ae5c7de782a4efa5ae5c7b5e |
UHC | 炤葉\}炤葉\{^ | 11100001101111111110000011110001010111000111110111100001101111111110000011110001010111000111101101011110 | e1bfe0f15c7de1bfe0f15c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)