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 | 甞蛛\}甞蛛\{^ | 11100001010100101110010110000001010111000111110111100001010100101110010110000001010111000111101101011110 | e152e5815c7de152e5815c7b5e |
EUC-JP | 甞蛛\}甞蛛\{^ | 11100001101100111110100111100001010111000111110111100001101100111110100111100001010111000111101101011110 | e1b3e9e15c7de1b3e9e15c7b5e |
UTF-8 | 甞蛛\}甞蛛\{^ | 1110011110010100100111101110100010011011100110110101110001111101111001111001010010011110111010001001101110011011010111000111101101011110 | e7949ee89b9b5c7de7949ee89b9b5c7b5e |
UHC | ?蛛\}?蛛\{^ | 0011111111110001110010000101110001111101001111111111000111001000010111000111101101011110 | 3ff1c85c7d3ff1c85c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)