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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 棲}棲{^ | 10010000101100010111110110010000101100010111101101011110 | 90b17d90b17b5e |
EUC-JP | 棲}棲{^ | 11000000101100110111110111000000101100110111101101011110 | c0b37dc0b37b5e |
UTF-8 | 棲}棲{^ | 111001101010001110110010011111011110011010100011101100100111101101011110 | e6a3b27de6a3b27b5e |
UHC | 棲}棲{^ | 11011111111110000111110111011111111110000111101101011110 | dff87ddff87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)