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 | ??????_ | 00111111001111110011111100111111001111110011111101011111 | 3f3f3f3f3f3f5f |
SJIS-WIN | 塋よ?疫??_ | 10011010110010001000001011100110001111111000100101110101001111110011111101011111 | 9ac882e63f89753f3f5f |
EUC-JP | 塋よ?疫??_ | 11010100110010101010010011101000001111111011000111010110001111110011111101011111 | d4caa4e83fb1d63f3f5f |
UTF-8 | 塋よ퀕疫쎽퐜_ | 11100101101000011000101111100011100000101000100011101101100000001001010111100111100101101010101111101100100011101011110111101101100100001001110001011111 | e5a18be38288ed8095e796abec8ebded909c5f |
UHC | 塋よ퀕疫쎽퐜_ | 11100111101010111010101011101000101100111000101011100110101110011001101111100100101111011000011001011111 | e7abaae8b38ae6b99be4bd865f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)