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 | 塋よ?泳?ⅹ | 10011010110010001000001011100110001111111000100101101010001111111111101001001001 | 9ac882e63f896a3ffa49 |
EUC-JP | 塋よ?泳?? | 110101001100101010100100111010000011111110110001110010110011111100111111 | d4caa4e83fb1cb3f3f |
UTF-8 | 塋よ큹泳싧ⅹ | 111001011010000110001011111000111000001010001000111011011000000110111001111001101011001110110011111011001000101110100111111000101000010110111001 | e5a18be38288ed81b9e6b3b3ec8ba7e285b9 |
UHC | 塋よ큹泳싧ⅹ | 111001111010101110101010111010001011010010001000111001111011011010011010111001011010010110101010 | e7abaae8b488e7b69ae5a5aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)