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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ⅶ疾鴟宍 | 1111101001000110100011101011111011101001111101001000111010110011 | fa468ebee9f48eb3 |
EUC-JP | ?疾鴟宍 | 00111111101111001100000011110010111101101011110010110101 | 3fbcc0f2f6bcb5 |
UTF-8 | ⅶ疾鴟宍 | 111000101000010110110110111001111001011010111110111010011011010010011111111001011010111010001101 | e285b6e796bee9b49fe5ae8d |
UHC | ⅶ疾?? | 101001011010011111110010111100000011111100111111 | a5a7f2f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)