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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 疾舎シハ\ | 10001110101111101000111011001001101111001100101001011100 | 8ebe8ec9bcca5c |
EUC-JP | 疾舎シハ\ | 101111001100000010111100110010111000111010111100100011101100101001011100 | bcc0bccb8ebc8eca5c |
UTF-8 | 疾舎シハ\ | 11100111100101101011111011101000100010001000111011101111101111011011110011101111101111101000101001011100 | e796bee8888eefbdbcefbe8a5c |
UHC | 疾???\ | 111100101111000000111111001111110011111101011100 | f2f03f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)