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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豫ル???? | 1001100010101100100000111000101100111111001111110011111100111111 | 98ac838b3f3f3f3f |
EUC-JP | 豫ル???? | 1101000010101110101001011110101100111111001111110011111100111111 | d0aea5eb3f3f3f3f |
UTF-8 | 豫ル퉬溜묐졁 | 111010001011000110101011111000111000001110101011111011011000100110101100111011111010011110001011111010111010110010010000111011001010000110000001 | e8b1abe383abed89acefa78bebac90eca181 |
UHC | 豫ル퉬溜묐졁 | 111001111110001110101011111010111011100110000100111010101111111010010001111010111010000010110010 | e7e3abebb984eafe91eba0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)