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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 樗?錚豆?\ | 100100101001010000111111111010000100001010010011101001000011111101011100 | 92943fe84293a43f5c |
EUC-JP | 樗?錚豆?\ | 110000111111010000111111111011111010001111000110101001100011111101011100 | c3f43fefa3c6a63f5c |
UTF-8 | 樗렜錚豆땐\ | 11100110101010001001011111101011101000001001110011101001100011001001101011101000101100011000011011101011100101011001000001011100 | e6a897eba09ce98c9ae8b186eb95905c |
UHC | 樗렜錚豆땐\ | 1110111011000000100011101010111011101110101101101101010011100111101101101010100101011100 | eec08eaeeeb6d4e7b6a95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)