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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜃ケ竏ス峵 | 1110010110000111101110011110001010001000101111011111101010101110 | e587b9e288bdfaae |
EUC-JP | 蜃ケ竏ス? | 111010011110011110001110101110011110001111101000100011101011110100111111 | e9e78eb9e3e88ebd3f |
UTF-8 | 蜃ケ竏ス峵 | 111010001001110010000011111011111011110110111001111001111010101110001111111011111011110110111101111001011011001110110101 | e89c83efbdb9e7ab8fefbdbde5b3b5 |
UHC | 蜃???? | 111000111111000100111111001111110011111100111111 | e3f13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)